We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6826e49 commit 84420b6Copy full SHA for 84420b6
packages/firestore/test/unit/local/persistence_test_helpers.ts
@@ -130,8 +130,7 @@ export async function testWebStorageSharedClientState(
130
}
131
132
133
- sharedClientSyncer =
134
- sharedClientSyncer || new NoOpSharedClientStateSyncer();
+ sharedClientSyncer = sharedClientSyncer || new NoOpSharedClientStateSyncer();
135
136
const sharedClientState = new WebStorageSharedClientState(
137
TEST_PERSISTENCE_PREFIX,
0 commit comments