Skip to content

Commit a3883c5

Browse files
Fix bug
1 parent f954b09 commit a3883c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/database/src/core/RepoManager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export class RepoManager {
9292
*/
9393
applyEmulatorSettings(repo: Repo, host: string, port: number): void {
9494
repo.repoInfo_ = new RepoInfo(
95-
`${host}/${port}`,
95+
`${host}:${port}`,
9696
/* secure= */ false,
9797
repo.repoInfo_.namespace,
9898
repo.repoInfo_.webSocketOnly,

0 commit comments

Comments
 (0)