This commit is contained in:
Liang Ding 2023-01-26 23:35:45 +08:00
parent 2e85978e05
commit dd88735586
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -45,5 +45,4 @@ func StartCron() {
s.Every(30).Seconds().Do(model.HookDesktopUIProcJob)
s.SingletonModeAll()
s.StartAsync()
}