Skip to content

Commit b53446c

Browse files
committed
grpc_connection.ts: fix import order to make lint happy
1 parent 352bbf3 commit b53446c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/platform/node/grpc_connection.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import { Connection, Stream } from '../../remote/connection';
2626
import { mapCodeFromRpcCode } from '../../remote/rpc_error';
2727
import { StreamBridge } from '../../remote/stream_bridge';
2828
import { hardAssert } from '../../util/assert';
29-
import { FirestoreError } from '../../util/error';
3029
import { generateUniqueDebugId } from '../../util/debug_uid';
30+
import { FirestoreError } from '../../util/error';
3131
import { logError, logDebug, logWarn } from '../../util/log';
3232
import { NodeCallback, nodePromise } from '../../util/node_api';
3333
import { Deferred } from '../../util/promise';

0 commit comments

Comments
 (0)