Skip to content

Commit

Permalink
fix: error due to deprecated env var in our chart
Browse files Browse the repository at this point in the history
  • Loading branch information
antonio-altr committed Mar 6, 2024
1 parent 3851f32 commit 51d3db4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deploy/tools/envs-validator/schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -512,6 +512,7 @@ const schema = yup

// Misc
NEXT_PUBLIC_USE_NEXT_JS_PROXY: yup.boolean(),
NEXT_PUBLIC_HOMEPAGE_SHOW_GAS_TRACKER: yup.boolean(),
})
.concat(accountSchema)
.concat(adsBannerSchema)
Expand Down

0 comments on commit 51d3db4

Please sign in to comment.