Skip to content

Commit

Permalink
fix syntax in entry
Browse files Browse the repository at this point in the history
  • Loading branch information
dholms committed Jan 5, 2024
1 parent de6518d commit 5704ea5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/ozone/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const {

const main = async () => {
const env = readEnv()
env.version ??= package.version
const cfg = envToCfg(env)
const secrets = envToSecrets(env)
const ozone = await Ozone.create(cfg, secrets)
Expand Down

0 comments on commit 5704ea5

Please sign in to comment.