Skip to content

Commit

Permalink
rename env var
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSulpiride committed Feb 2, 2024
1 parent ed83c31 commit 240e5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/api/src/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class ApiApp {
this.testingMode ||
ip === "localhost" ||
ip === "127.0.0.1" ||
(process.env.ADMIN_KEY && auth === process.env.ADMIN_KEY)
(process.env.ADMIN_KEY && auth === process.env.SKANDHA_ADMIN_KEY)
) {
switch (method) {
case BundlerRPCMethods.debug_bundler_setBundlingMode:
Expand Down

0 comments on commit 240e5e6

Please sign in to comment.