disable revalidatePath for home/cart

This commit is contained in:
Danel Kungla
2025-09-25 17:24:44 +03:00
parent 2188b73f54
commit 0f2bfb74b4

View File

@@ -312,7 +312,7 @@ export async function updateReservationTime(
cartId: cartId,
comment: `${reservationData}`,
});
revalidatePath('/home/cart', 'layout');
// revalidatePath('/home/cart', 'layout');
} catch (e) {
logger.error(`Failed to update reservation ${reservationData}`);
await createCartEntriesLog({