itizawa 5 năm trước cách đây
mục cha
commit
3c123ce205
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);
       }