Skip to content

Commit

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

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

0 comments on commit b2a1c9d

Please sign in to comment.