Skip to content

Commit

Permalink
fix: remove queuelistener await
Browse files Browse the repository at this point in the history
  • Loading branch information
okan-cakmak committed Mar 4, 2024
1 parent b895ce5 commit 92d210f
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 92d210f

Please sign in to comment.