We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fc2c04 commit 4c24b18Copy full SHA for 4c24b18
packages/database/src/api/Database.ts
@@ -383,7 +383,7 @@ export function connectDatabaseEmulator(
383
}
384
385
// Modify the repo to apply emulator settings
386
- repoManagerApplyEmulatorSettings(repo, host, tokenProvider);
+ repoManagerApplyEmulatorSettings(repo, hostAndPort, tokenProvider);
387
388
389
/**
0 commit comments