Skip to content

Commit a7551be

Browse files
committed
Addressed comment
1 parent ec03639 commit a7551be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/api/Database.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function repoManagerApplyEmulatorSettings(
9696
repo.repoInfo_.nodeAdmin,
9797
repo.repoInfo_.persistenceKey,
9898
repo.repoInfo_.includeNamespaceInQueryParams,
99-
true
99+
/*isUsingEmulator=*/true
100100
);
101101

102102
if (tokenProvider) {

0 commit comments

Comments
 (0)