Skip to content
Snippets Groups Projects
Commit 9e06871a authored by capossele's avatar capossele
Browse files

:bone: gives a bone to the watchdog

parent e5d76242
No related branches found
No related tags found
No related merge requests found
......@@ -64,8 +64,5 @@ func configureEvents() {
// Enabled returns the enabled status of the plugin
func Enabled() bool {
if Plugin.Status == node.Disabled {
return false
}
return true
return Plugin.Status != node.Disabled
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment