kaori 4 лет назад
Родитель
Сommit
382a44629c
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      packages/app/src/server/routes/apiv3/in-app-notification.ts

+ 0 - 7
packages/app/src/server/routes/apiv3/in-app-notification.ts

@@ -26,13 +26,6 @@ module.exports = (crowi) => {
 
     const requestLimit = limit + 1;
 
-
-    /**
-     * TODO: GW-7482
-     *   -  Replace then/catch to async/await
-     *   -  Use mongoose-paginate-v2 for paging
-     */
-
     const latestInAppNotificationList = await inAppNotificationService.getLatestNotificationsByUser(user._id, requestLimit, offset);
     return latestInAppNotificationList;