Openstatus www.openstatus.dev
6
fork

Configure Feed

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

fix: typo (#345)

authored by

Maximilian Kaske and committed by
GitHub
5a833e1a c7288632

+1 -1
+1 -1
apps/web/src/content/posts/secure-api-with-unkey.mdx
··· 51 51 52 52 export async function create(ownerId: number) { 53 53 const key = await unkey.keys.create({ 54 - apiId: env.UNKEY_API_ID, 54 + apiId: process.env.UNKEY_API_ID, 55 55 ownerId: String(ownerId), // workspaceId 56 56 prefix: "os", // os_1234567890 57 57 // include more options like 'ratelimit', 'expires', 'remaining'