Skip to content

Commit

Permalink
fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
mathu97 committed Dec 17, 2024
1 parent c3c679e commit 4181276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/emulator/apphosting/serve.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,7 @@ function availablePort(host: string, port: number): Promise<boolean> {

function getEmulatorEnvs(): Record<string, string> {
const envs: Record<string, string> = {};
let emulatorInfos = EmulatorRegistry.listRunningWithInfo();

const emulatorInfos = EmulatorRegistry.listRunningWithInfo();
setEnvVarsForEmulators(envs, emulatorInfos);

return envs;
Expand Down

0 comments on commit 4181276

Please sign in to comment.