Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
JaffaKetchup committed Feb 21, 2024
1 parent 5d1f701 commit 24c2193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/backend/impls/objectbox/backend.dart
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ class _ObjectBoxBackendImpl implements FMTCObjectBoxBackendInternal {
(await _sendCmd(
type: _WorkerCmdType.getStoreStats,
args: {'storeName': storeName},
))!['store'];
))!['stats'];

@override
Future<bool> tileExistsInStore({
Expand Down

0 comments on commit 24c2193

Please sign in to comment.