Browse Source

add return

nHigashiWeseek 1 năm trước cách đây
mục cha
commit
468fa48a83
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

@@ -61,6 +61,7 @@ export const mutateRecentlyUpdated = async(): Promise<undefined> => {
       mutate(key);
     }
   }
+  return;
 };
 
 export const mutatePageList = async(): Promise<void[]> => {