The weeb for the next gen discord boat - Wamellow wamellow.com
bot discord
4
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix/disable gift caching (#60)

* feat: assign premium to unmanageable servers

* fix: disable caching for gift API call

authored by

Luna Seemann and committed by
GitHub
d5a66b9c f1520d31

+1 -1
+1 -1
app/(home)/premium/api.ts
··· 17 17 `${process.env.NEXT_PUBLIC_API}/gifts/${giftId}`, 18 18 { 19 19 ...defaultFetchOptions, 20 - next: { revalidate: 1 } 20 + cache: "no-store" 21 21 } 22 22 ); 23 23