From 04aa5f07ecba9363ff0d4d28e2ad7ce5de194f86 Mon Sep 17 00:00:00 2001 From: Taek Been Nam Date: Thu, 9 May 2024 20:45:22 -0400 Subject: [PATCH] remove unused code --- lib/sanity/client.ts | 3 --- 1 file changed, 3 deletions(-) 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;