🐛 Try to fix config parse error

This commit is contained in:
LittleSheep 2025-03-12 00:47:13 +08:00
parent 11322370b1
commit 7e5d75998d

View File

@ -20,7 +20,7 @@ type FediverseFriendConfig struct {
ID string `json:"id"`
URL string `json:"url"`
Type string `json:"type"`
BatchSize int `json:"batch_size"`
BatchSize int `json:"batch_size" toml:"batch_size"`
}
var fediverseFriends []FediverseFriendConfig