Shun Miyazawa 2 лет назад
Родитель
Сommit
62705c6ca1
1 измененных файлов с 1 добавлено и 10 удалено
  1. 1 10
      bin/data-migrations/src/migrations/custom.js

+ 1 - 10
bin/data-migrations/src/migrations/custom.js

@@ -1,15 +1,6 @@
-
-/* eslint-disable no-undef, no-var, vars-on-top, no-restricted-globals, regex/invalid */
-// ignore lint error because this file is js as mongoshell
-
-// ===========================================
-// processors for old format
-// ===========================================
-
-// processor for MIGRATION_MODULE=custom
-
 module.exports = [
   (body) => {
+    // processor for MIGRATION_MODULE=custom
     // ADD YOUR PROCESS HERE!
     // https://github.com/weseek/growi/discussions/7180
     return body;