2
0
Эх сурвалжийг харах

81076 remove todo comment

Mao 4 жил өмнө
parent
commit
f1d34df409

+ 0 - 1
packages/app/src/stores/bookmark.ts

@@ -3,7 +3,6 @@ import { apiv3Get } from '../client/util/apiv3-client';
 import { IBookmarkInfo } from '../interfaces/bookmark-info';
 
 
-// TODO response type
 export const useSWRBookmarkInfo = (pageId: string): SWRResponse<IBookmarkInfo, Error> => {
   return useSWR(
     `/bookmarks/info?pageId=${pageId}`,