disable revalidatePath for home/cart
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user