Browse Source

add return

nHigashiWeseek 1 year ago
parent
commit
468fa48a83
1 changed files with 1 additions and 0 deletions
  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);
       mutate(key);
     }
     }
   }
   }
+  return;
 };
 };
 
 
 export const mutatePageList = async(): Promise<void[]> => {
 export const mutatePageList = async(): Promise<void[]> => {