diff --git a/lib/remote/actionshandler.cpp b/lib/remote/actionshandler.cpp index 614ca6f87..5e81ce9f0 100644 --- a/lib/remote/actionshandler.cpp +++ b/lib/remote/actionshandler.cpp @@ -91,7 +91,7 @@ bool ActionsHandler::HandleRequest(const ApiUser::Ptr& user, HttpRequest& reques } } - String statusCode = 500; + int statusCode = 500; String statusMessage = "No action executed successfully"; for (const Dictionary::Ptr& res : results) {