فهرست منبع

remove personal comment

yuto-o 4 سال پیش
والد
کامیت
551a5dbb07
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  1. 0 1
      packages/app/src/migrations/20210921173042-add-is-trashed-field.js

+ 0 - 1
packages/app/src/migrations/20210921173042-add-is-trashed-field.js

@@ -25,7 +25,6 @@ module.exports = {
 
     if (requests.length > 0) {
       await db.collection('pagetagrelations').bulkWrite(requests);
-      // throw new Error('error!');
     }
 
     logger.info('Migration has successfully applied');