Formatting
This commit is contained in:
parent
4582c60fe3
commit
279f11d3ce
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ import (
|
|||
)
|
||||
|
||||
type Config struct {
|
||||
Repos []RepoConfig `json:"repos"`
|
||||
Repos []RepoConfig `json:"repos"`
|
||||
Interval int `json:"interval"` // Polling interval in seconds
|
||||
NtfyTopic string `json:"ntfy_topic"`
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue