nHigashiWeseek 1 an în urmă
părinte
comite
468fa48a83
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  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[]> => {