Skip to content

Commit

Permalink
rm await
Browse files Browse the repository at this point in the history
  • Loading branch information
hakumizuki authored Jan 6, 2023
1 parent 97e235a commit 57e4325
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/server/crowi/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ Crowi.prototype.init = async function() {
await this.setupModels();
await this.setupConfigManager();
await this.setupSessionConfig();
await this.setupCron();
this.setupCron();

// setup messaging services
await this.setupS2sMessagingService();
Expand Down

0 comments on commit 57e4325

Please sign in to comment.