nHigashiWeseek 1 anno fa
parent
commit
86297ed072
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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[]> => {