Skip to content

Commit

Permalink
fix(coordinator): deploy service ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xmad committed Jun 20, 2024
1 parent 69663ea commit fb52232
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coordinator/ts/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ async function bootstrap() {
const document = SwaggerModule.createDocument(app, config);
SwaggerModule.setup("api", app, document);

await app.listen(process.env.COORDINATOR_PORT ?? 3000);
await app.listen(process.env.COORDINATOR_PORT || 3000);
}

bootstrap();

0 comments on commit fb52232

Please sign in to comment.