Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Nov 17, 2024
1 parent 4f565b9 commit 9fc2416
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/promote-to-admin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ const response = await fetch(
method: "PUT",
headers: {
"Content-Type": "application/json",
// biome-ignore lint/style/useNamingConvention: env variables have different convention
// biome-ignore lint/style/useNamingConvention: headers have different convention
Authorization: `Basic ${Buffer.from(`${env.ADMIN_USERNAME}:${env.ADMIN_PASSWORD}`).toString("base64")}`,
},
},
Expand Down

0 comments on commit 9fc2416

Please sign in to comment.