yohei0125 4 лет назад
Родитель
Сommit
50b73b3deb
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/app/src/server/service/page-operation.ts

+ 3 - 1
packages/app/src/server/service/page-operation.ts

@@ -12,7 +12,9 @@ class PageOperationService {
     this.crowi = crowi;
   }
 
-  async initPageOperation():Promise<void> {
+  // TODO: Remove this code when resuming feature is implemented
+  async init():Promise<void> {
+    // TODO: Remove this code when resuming feature is implemented
     await PageOperation.deleteMany({});
   }