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() { ...@@ -64,8 +64,5 @@ func configureEvents() {
// Enabled returns the enabled status of the plugin // Enabled returns the enabled status of the plugin
func Enabled() bool { func Enabled() bool {
if Plugin.Status == node.Disabled { return Plugin.Status != node.Disabled
return false
}
return true
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment