Added date log details

This commit is contained in:
Juan Gilsanz Polo 2024-02-18 21:37:06 +01:00
parent 568b879054
commit 923fb97f03
7 changed files with 184 additions and 161 deletions

View file

@ -133,7 +133,6 @@ class FilteringProvider with ChangeNotifier {
if (result2.successful == true) {
_filtering = result2.content as Filtering;
notifyListeners();
print(result.content);
return {
"success": true,
"data": result.content