Explorar el Código

fix value true

zahmis hace 5 años
padre
commit
3432343f1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/migrations/20200903080025-remove-timeline-type.js.js

+ 1 - 1
src/migrations/20200903080025-remove-timeline-type.js.js

@@ -28,7 +28,7 @@ module.exports = {
     const insertConfig = new Config({
       ns: 'crowi',
       key: 'customize:timeline',
-      value: JSON.stringify('growi'),
+      value: true,
     });
 
     await insertConfig.save();