MM-20865 - Demo Plugin: Enabling and disabling demo plugin generates "connection is shutdown" error (#13604)

Automatic Merge
Этот коммит содержится в:
Ali Farooq
2020-01-24 09:49:49 -05:00
коммит произвёл mattermod
родитель 28ec291910
Коммит 30061b2285
3 изменённых файлов: 83 добавлений и 13 удалений

Просмотреть файл

@@ -92,11 +92,6 @@ func newSupervisor(pluginInfo *model.BundleInfo, parentLogger *mlog.Logger, apiI
}
}
err = sup.Hooks().OnActivate()
if err != nil {
return nil, err
}
return &sup, nil
}