Fix unnecessary browser console warnings

This commit is contained in:
2026-05-13 12:27:16 +02:00
parent bcfa81494e
commit 6329ad986d
3 changed files with 3 additions and 2 deletions

View File

@@ -38,6 +38,7 @@ class MockOsmService extends Service {
}
class MockStorageService extends Service {
initialSyncDone = true;
savedPlaces = [];
findPlaceById() {
return null;