Merge branch 'main' into feat/debugmode
This commit is contained in:
@@ -8,7 +8,7 @@ async function refreshHome() {
|
||||
"use server";
|
||||
|
||||
try {
|
||||
await HomeService.clearHomeCache();
|
||||
await HomeService.invalidateHomeCache();
|
||||
revalidatePath("/");
|
||||
return { success: true };
|
||||
} catch (error) {
|
||||
|
||||
Reference in New Issue
Block a user