mirror of
https://github.com/yusing/godoxy.git
synced 2026-04-25 01:38:30 +02:00
fix incorrect uppercase
This commit is contained in:
@@ -76,7 +76,7 @@ func MatchDomains() []string {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func WatchChanges() {
|
func WatchChanges() {
|
||||||
task := task.GlobalTask("Config watcher")
|
task := task.GlobalTask("config watcher")
|
||||||
eventQueue := events.NewEventQueue(
|
eventQueue := events.NewEventQueue(
|
||||||
task,
|
task,
|
||||||
configEventFlushInterval,
|
configEventFlushInterval,
|
||||||
|
|||||||
Reference in New Issue
Block a user