Openstatus www.openstatus.dev

fix: unkey cache (#637)

authored by

Maximilian Kaske and committed by
GitHub
ebcc8560 3e545051

+1 -1
+1 -1
apps/web/src/app/app/[workspaceSlug]/(dashboard)/settings/api-token/_components/actions.ts
··· 4 4 5 5 import { env } from "@/env"; 6 6 7 - const unkey = new Unkey({ token: env.UNKEY_TOKEN }); 7 + const unkey = new Unkey({ token: env.UNKEY_TOKEN, cache: "no-cache" }); 8 8 9 9 export async function create(ownerId: number) { 10 10 const key = await unkey.keys.create({