itizawa vor 5 Jahren
Ursprung
Commit
3c123ce205
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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);
       }