Skip to content

Commit

Permalink
Failed to delete a return
Browse files Browse the repository at this point in the history
  • Loading branch information
dkyanakiev authored and Dimitar Yanakiev committed Apr 17, 2024
1 parent be071c4 commit 5632aa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/vault/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ func Default(v *Vault, log *zerolog.Logger, vaultyCfg config.Config) error {
health, err := client.Sys().Health()
if err != nil {
log.Error().Err(err).Msg("Failed to connect to `v1/sys/health` ")
return err
} else {
version = health.Version
}
Expand Down

0 comments on commit 5632aa9

Please sign in to comment.