fix: apply dart fix --apply
This commit is contained in:
@@ -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 ?? []);
|
||||
|
||||
Reference in New Issue
Block a user