Shun Miyazawa hace 4 años
padre
commit
1d4777bc02
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/app/src/server/service/activity.ts

+ 1 - 0
packages/app/src/server/service/activity.ts

@@ -39,6 +39,7 @@ class ActivityService {
         logger.error('Update activity failed', err);
         logger.error('Update activity failed', err);
         return;
         return;
       }
       }
+
       // create inAppNotification
       // create inAppNotification
       const shouldNotification = (AllSupportedActionToNotifiedType as ReadonlyArray<string>).includes(activity.action);
       const shouldNotification = (AllSupportedActionToNotifiedType as ReadonlyArray<string>).includes(activity.action);
       if (shouldNotification) {
       if (shouldNotification) {