fix: apply dart fix --apply

This commit is contained in:
2023-08-28 09:00:59 +00:00
committed by hugo
parent e74346b655
commit cc41b7b589
36 changed files with 127 additions and 127 deletions
@@ -289,7 +289,7 @@ abstract class CrudAdvancedCubit<Model extends ObjectModel>
WhereQueryType.whereIn,
'id',
ids,
)
),
]);
if (result.isOk) {
return CrudListLoaded<Model?>(result.ok ?? []);
@@ -353,7 +353,7 @@ abstract class CrudCubit<Model extends ObjectModel> extends CrudBaseCubit {
WhereQueryType.whereIn,
'id',
ids,
)
),
]);
if (result.isOk) {
return CrudListLoaded<Model?>(result.ok ?? []);