Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
tnamdevnote committed May 10, 2024
1 parent 6dd54c4 commit 04aa5f0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/sanity/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 04aa5f0

Please sign in to comment.