mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-15 21:04:56 +00:00
refactor: use preexisting structs in config
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
package config
|
||||
|
||||
type Weight struct {
|
||||
Adjust int `json:"adjust"`
|
||||
Adjust int `json:"adjust" yaml:"adjust"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user