Skip to content

Commit

Permalink
fix: remove queuelistener await (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
okan-cakmak authored Mar 4, 2024
1 parent b895ce5 commit 7338c2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class App {
async init(config: Config): Promise<void> {
await initAdapters(config);

await initializeQueueListener();
initializeQueueListener();

this.expressApp = express();

Expand Down

0 comments on commit 7338c2c

Please sign in to comment.