itizawa hace 5 años
padre
commit
3c123ce205
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/server/routes/apiv3/pages.js

+ 1 - 1
src/server/routes/apiv3/pages.js

@@ -67,7 +67,7 @@ module.exports = (crowi) => {
     }
 
     // global notification
-    if(globalNotificationService != null){
+    if (globalNotificationService != null) {
       try {
         await globalNotificationService.fire(GlobalNotificationSetting.EVENT.PAGE_CREATE, createdPage, req.user);
       }