We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6d87ff commit 275877fCopy full SHA for 275877f
kv/drivers/supabase-kv.ts
@@ -31,8 +31,6 @@ export class SupabaseKv extends KvBase {
31
throw error
32
}
33
34
- console.log(data.value)
35
-
36
return JSON.parse(data.value) as T
37
38
0 commit comments