Formatting

This commit is contained in:
Imbus 2025-06-24 09:42:54 +02:00
parent 4582c60fe3
commit 279f11d3ce

View file

@ -11,7 +11,7 @@ import (
) )
type Config struct { type Config struct {
Repos []RepoConfig `json:"repos"` Repos []RepoConfig `json:"repos"`
Interval int `json:"interval"` // Polling interval in seconds Interval int `json:"interval"` // Polling interval in seconds
NtfyTopic string `json:"ntfy_topic"` NtfyTopic string `json:"ntfy_topic"`
} }