Remove license globals entirely (#8229)
* remove license globals entirely * fix infinite recursion * test fix
Этот коммит содержится в:
@@ -35,7 +35,7 @@ func jobserverCmdF(cmd *cobra.Command, args []string) {
|
||||
defer l4g.Close()
|
||||
defer a.Shutdown()
|
||||
|
||||
a.Jobs.LoadLicense()
|
||||
a.LoadLicense()
|
||||
|
||||
// Run jobs
|
||||
l4g.Info("Starting Mattermost job server")
|
||||
|
||||
Ссылка в новой задаче
Block a user