Skip to content

Commit

Permalink
chore: update kv
Browse files Browse the repository at this point in the history
  • Loading branch information
ynwd committed Nov 17, 2024
1 parent cc2a796 commit 0765f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/kv.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (args === "reset") {

if (args === "deploy") {
const kd = await Deno.openKv(
"https://api.deno.com/databases/8ce5f998-0c99-465e-971b-b8911d896fed/connect",
`https://api.deno.com/databases/${Deno.env.get("DATABASE_ID")}/connect`,
);

const iter = kd.list({ prefix: [] });
Expand Down

0 comments on commit 0765f82

Please sign in to comment.