Skip to content

Commit ceed5ab

Browse files
committed
Addressed linting issue
1 parent e755d8c commit ceed5ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firestore/src/lite-api/database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ export function connectFirestoreEmulator(
326326
} = {}
327327
): void {
328328
firestore = cast(firestore, Firestore);
329-
let ssl = options.ssl ?? false;
329+
const ssl = options.ssl ?? false;
330330
const settings = firestore._getSettings();
331331
const existingConfig = {
332332
...settings,

0 commit comments

Comments
 (0)