mirror of
https://github.com/pterodactyl/wings.git
synced 2025-12-10 00:32:17 -06:00
fix: Duplicated key token in config panic
Signed-off-by: Matthew Penner <me@matthewp.io>
This commit is contained in:
parent
4b4e8f8fa0
commit
9535aae52e
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user