Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
youngbryanyu committed Feb 13, 2024
1 parent 4a38c7b commit e14baf2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ class App {

/* Add server to server pool and listen for connections */
const server = https.createServer(credentials, this.expressApp);
server.listen(port)

Check failure on line 115 in backend/src/app.ts

View workflow job for this annotation

GitHub Actions / Lint Checks

Insert `;`
// const server = this.expressApp.listen(port);
this.serverPool.set(port, server);
logger.info(`Server is listening on port ${port}`);
Expand Down

0 comments on commit e14baf2

Please sign in to comment.