disable revalidatePath for home/cart
This commit is contained in:
@@ -312,7 +312,7 @@ export async function updateReservationTime(
|
|||||||
cartId: cartId,
|
cartId: cartId,
|
||||||
comment: `${reservationData}`,
|
comment: `${reservationData}`,
|
||||||
});
|
});
|
||||||
revalidatePath('/home/cart', 'layout');
|
// revalidatePath('/home/cart', 'layout');
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
logger.error(`Failed to update reservation ${reservationData}`);
|
logger.error(`Failed to update reservation ${reservationData}`);
|
||||||
await createCartEntriesLog({
|
await createCartEntriesLog({
|
||||||
|
|||||||
Reference in New Issue
Block a user