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 23d05f9 commit 04fdf00Copy full SHA for 04fdf00
packages/firestore/src/remote/rest_connection.ts
@@ -17,7 +17,7 @@
17
18
import { SDK_VERSION } from '../../src/core/version';
19
import { Token } from '../api/credentials';
20
-import {DatabaseId, DatabaseInfo, DEFAULT_DATABASE_NAME} from '../core/database_info';
+import { DatabaseId, DatabaseInfo, DEFAULT_DATABASE_NAME } from '../core/database_info';
21
import { debugAssert } from '../util/assert';
22
import { generateUniqueDebugId } from '../util/debug_uid';
23
import { FirestoreError } from '../util/error';
0 commit comments