Browse Source

Removed unnecessary line

Taichi Masuyama 4 năm trước cách đây
mục cha
commit
553456807e
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      packages/app/src/server/service/page.js

+ 0 - 1
packages/app/src/server/service/page.js

@@ -908,7 +908,6 @@ class PageService {
 
   async _v5ModifyPagePathIndex(isUnique) {
     const collection = mongoose.connection.collection('pages');
-    const Page = this.crowi.model('Page');
 
     if (isUnique) {
       try {