Ver Fonte

add test

itizawa há 5 anos atrás
pai
commit
3c123ce205
1 ficheiros alterados com 1 adições e 1 exclusões
  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);
       }