diff --git a/lib/sanity/client.ts b/lib/sanity/client.ts index 89737f1..552fc05 100644 --- a/lib/sanity/client.ts +++ b/lib/sanity/client.ts @@ -96,9 +96,6 @@ export const getAppointments = async (userId = "") => { stylist->{"id": _id, firstName, lastName} } `, - {}, - // this will let next js trigger revalidation when revalidate function is called - { next: { tags: ["appointments"] } }, ); return res;