refactor: sync

This commit is contained in:
shenlong-tanwen
2024-09-15 20:02:09 +05:30
parent 37b15869d5
commit ded4481190
20 changed files with 307 additions and 86 deletions
@@ -75,7 +75,7 @@ class StoreDriftRepository with LogContext implements IStoreRepository {
_ => null,
} as U?;
if (primitive != null) {
return key.converter.fromPrimitive(primitive);
return await key.converter.fromPrimitive(primitive);
}
return null;
}