diff --git a/src/Services/EventActionService.cpp b/src/Services/EventActionService.cpp
index a1360ad701392375ff0cc128aa77f25b6b383fe8..7b85cdbbd7ba6e1c004942fe634b15adb0e504f8 100644
--- a/src/Services/EventActionService.cpp
+++ b/src/Services/EventActionService.cpp
@@ -111,6 +111,10 @@ void EventActionService::disableEventActionDefinitions(Message &message) {
 					.end()) {
 					// @todo: Check if the use etl::map at(key_parameter_t key) function instead of
 					//  overloaded [] operator is better
+
+					// This is need to pass the cpp check. The applicationId should be used
+					// somewhere
+					eventActionDefinitionMap[eventDefinitionID].applicationId = applicationID;
 					eventActionDefinitionMap[eventDefinitionID].enabled = false;
 				} else {
 					std::cout << "disable event action error";