Skip to content

Commit

Permalink
fix: Duplicated key token in config panic
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Penner <[email protected]>
  • Loading branch information
matthewpi committed Mar 10, 2025
1 parent 4b4e8f8 commit 9535aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ type Token struct {
}

type Configuration struct {
Token Token `json:"-"`
Token Token `json:"-" yaml:"-"`

// The location from which this configuration instance was instantiated.
path string
Expand Down

0 comments on commit 9535aae

Please sign in to comment.