Explorar o código

fix fail (eslint)

yusuketk %!s(int64=7) %!d(string=hai) anos
pai
achega
f3777afb08
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/server/models/page.js

+ 1 - 1
src/server/models/page.js

@@ -321,7 +321,7 @@ module.exports = function(crowi) {
     });
 
     // create tag and relations
-    newTags.forEach(async (tag) => {
+    newTags.forEach(async(tag) => {
       const setTag = await Tag.findOrCreate(tag);
       PageTagRelation.createIfNotExist(page._id, setTag._id);
     });