|
@@ -12,7 +12,9 @@ class PageOperationService {
|
|
|
this.crowi = crowi;
|
|
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({});
|
|
await PageOperation.deleteMany({});
|
|
|
}
|
|
}
|
|
|
|
|
|