From 9b78c519e35992367304a64566bf937ac3b95522 Mon Sep 17 00:00:00 2001
From: athatheocsd <athatheo@csd.auth.gr>
Date: Tue, 25 Dec 2018 18:38:44 +0200
Subject: [PATCH] Made a try to fix clang-tidy check

---
 src/Services/EventActionService.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp
index edac07a9..004e9694 100644
--- a/src/Services/EventActionService.cpp
+++ b/src/Services/EventActionService.cpp
@@ -138,7 +138,7 @@ void EventActionService::disableEventActionFunction(Message message) {
 
 void EventActionService::executeAction() {
 	// Custom function
-	if (enabledFunction) {
+	if (eventActionFunctionStatus == enabledFunction) {
 
 	}
 }
-- 
GitLab