Skip to content

Commit 8958fa3

Browse files
committed
Fix test
1 parent 3fed99b commit 8958fa3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

packages/firestore/src/remote/rest_connection.ts

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717

1818
import { SDK_VERSION } from '../../src/core/version';
1919
import { Token } from '../api/credentials';
20-
import {
21-
DatabaseId,
22-
DatabaseInfo,
23-
DEFAULT_DATABASE_NAME
24-
} from '../core/database_info';
20+
import { DatabaseId, DatabaseInfo } from '../core/database_info';
2521
import { debugAssert } from '../util/assert';
2622
import { generateUniqueDebugId } from '../util/debug_uid';
2723
import { FirestoreError } from '../util/error';

0 commit comments

Comments
 (0)