fix: Duplicated key token in config panic

Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
Matthew Penner 2025-03-10 12:35:46 -06:00
parent 4b4e8f8fa0
commit 9535aae52e
No known key found for this signature in database

View File

@ -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