fix incorrect uppercase

This commit is contained in:
yusing 2024-12-15 03:59:57 +08:00
parent f948d05b90
commit ec78a92234

View file

@ -76,7 +76,7 @@ func MatchDomains() []string {
}
func WatchChanges() {
task := task.GlobalTask("Config watcher")
task := task.GlobalTask("config watcher")
eventQueue := events.NewEventQueue(
task,
configEventFlushInterval,