Skip to content

Commit 07ff26e

Browse files
Lint
1 parent de25f91 commit 07ff26e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firestore/src/local/indexeddb_persistence.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1368,8 +1368,8 @@ export class IndexedDbPersistenceProvider implements PersistenceProvider {
13681368
this.persistence = await IndexedDbPersistence.createIndexedDbPersistence({
13691369
allowTabSynchronization: settings.synchronizeTabs,
13701370
persistenceKey,
1371-
clientId: clientId,
1372-
platform: platform,
1371+
clientId,
1372+
platform,
13731373
queue: asyncQueue,
13741374
serializer,
13751375
lruParams: LruParams.withCacheSize(settings.cacheSizeBytes),

0 commit comments

Comments
 (0)