🎨 Clean code

This commit is contained in:
Daniel 2024-04-28 20:56:32 +08:00
parent c79e2f79f5
commit 9677187a98
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 16 additions and 12 deletions

View file

@ -64,7 +64,7 @@ func StartKernel(container, appDir, workspaceBaseDir, timezoneID, localIPs, lang
util.PushClearAllMsg()
job.StartCron()
go model.AutoGenerateDocHistory()
go model.AutoGenerateFileHistory()
go cache.LoadAssets()
}()
}