Browse Source

revert function declaration

Yuki Takei 1 năm trước cách đây
mục cha
commit
218337a380
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();