🐛 Try to fix config parse error
This commit is contained in:
@@ -20,7 +20,7 @@ type FediverseFriendConfig struct {
|
|||||||
ID string `json:"id"`
|
ID string `json:"id"`
|
||||||
URL string `json:"url"`
|
URL string `json:"url"`
|
||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
BatchSize int `json:"batch_size"`
|
BatchSize int `json:"batch_size" toml:"batch_size"`
|
||||||
}
|
}
|
||||||
|
|
||||||
var fediverseFriends []FediverseFriendConfig
|
var fediverseFriends []FediverseFriendConfig
|
||||||
|
Reference in New Issue
Block a user