fix: proxy provider force update on init

This commit is contained in:
Skyxim 2022-06-25 12:42:52 +08:00
parent f979491013
commit 669961e496

View file

@ -202,6 +202,7 @@ func newFetcher[V any](name string, interval time.Duration, vehicle types.Vehicl
parser: parser,
done: make(chan struct{}, 1),
onUpdate: onUpdate,
interval: interval,
}
}