Skip to content

Commit 4c24b18

Browse files
committed
fix hostAndPort
1 parent 9fc2c04 commit 4c24b18

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
@@ -383,7 +383,7 @@ export function connectDatabaseEmulator(
383383
}
384384

385385
// Modify the repo to apply emulator settings
386-
repoManagerApplyEmulatorSettings(repo, host, tokenProvider);
386+
repoManagerApplyEmulatorSettings(repo, hostAndPort, tokenProvider);
387387
}
388388

389389
/**

0 commit comments

Comments
 (0)