2
0
Taichi Masuyama 4 жил өмнө
parent
commit
aa2ce70f43

+ 1 - 1
packages/app/src/server/service/import.js

@@ -503,7 +503,7 @@ class ImportService {
    * @param {object} meta meta data from meta.json
    */
   validate(meta) {
-    if (false && meta.version !== this.crowi.version) {
+    if (meta.version !== this.crowi.version) {
       throw new Error('the version of this growi and the growi that exported the data are not met');
     }