Skip to content

Commit

Permalink
Merge pull request #28 from truvami/bugfix/panic-decode. 🪲
Browse files Browse the repository at this point in the history
Bugfix/logger init
  • Loading branch information
michaelbeutler authored Jan 13, 2025
2 parents cd73db8 + 3c68d4b commit 6ee46d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ A CLI tool to help decode @truvami payloads.`,

func Execute() {
if err := rootCmd.Execute(); err != nil {
logger.Logger.Error("error while executing command", zap.Error(err))
os.Exit(1)
}
}
Expand Down

0 comments on commit 6ee46d1

Please sign in to comment.