Browse Source

add return

nHigashiWeseek 1 năm trước cách đây
mục cha
commit
86297ed072
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      apps/app/src/stores/page-listing.tsx

+ 1 - 0
apps/app/src/stores/page-listing.tsx

@@ -72,6 +72,7 @@ export const mutateRecentlyUpdated = async(): Promise<undefined> => {
       (pageIndex, previousPageData) => getRecentlyUpdatedKey(pageIndex, previousPageData, includeWipPage),
     ),
   ));
+  return;
 };
 
 export const mutatePageList = async(): Promise<void[]> => {