itizawa 5 years ago
parent
commit
3c123ce205
1 changed files with 1 additions and 1 deletions
  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
     // global notification
-    if(globalNotificationService != null){
+    if (globalNotificationService != null) {
       try {
       try {
         await globalNotificationService.fire(GlobalNotificationSetting.EVENT.PAGE_CREATE, createdPage, req.user);
         await globalNotificationService.fire(GlobalNotificationSetting.EVENT.PAGE_CREATE, createdPage, req.user);
       }
       }