feat: update publickey.ts

This commit is contained in:
2025-01-19 01:12:37 +08:00
parent 52ffab9f2b
commit ab9edbb4fd
3 changed files with 8 additions and 7 deletions

View File

@@ -2,6 +2,6 @@
const envs = Deno.env.toObject();
for (let envKey in envs) {
for (const envKey in envs) {
console.log(`${envKey} --> ${envs[envKey]}`);
}