refactor: use preexisting structs in config

This commit is contained in:
Jason Cameron
2025-06-13 16:29:15 -04:00
parent 6e552c58c4
commit 2ed783c1a6
2 changed files with 7 additions and 15 deletions

View File

@@ -1,5 +1,5 @@
package config
type Weight struct {
Adjust int `json:"adjust"`
Adjust int `json:"adjust" yaml:"adjust"`
}