🐛 Try to fix config parse error
This commit is contained in:
parent
11322370b1
commit
7e5d75998d
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user