Преглед изворни кода

revert function declaration

Yuki Takei пре 1 година
родитељ
комит
218337a380
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      apps/app/src/server/crowi/index.js

+ 1 - 1
apps/app/src/server/crowi/index.js

@@ -321,7 +321,7 @@ Crowi.prototype.setupSocketIoService = async function() {
   this.socketIoService = new SocketIoService(this);
 };
 
-Crowi.prototype.setupCron = async function() {
+Crowi.prototype.setupCron = function() {
   this.questionnaireCronService = new QuestionnaireCronService(this);
   this.questionnaireCronService.startCron();