diff --git a/src/types.go b/src/types.go index b15c552..59074f2 100644 --- a/src/types.go +++ b/src/types.go @@ -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"` }