소스 검색

clean code

kaori 4 년 전
부모
커밋
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;