Build fix

This commit is contained in:
Jean Flach 2018-04-06 10:43:33 +02:00
parent 22c3a7933e
commit f133c7914e
1 changed files with 1 additions and 1 deletions

View File

@ -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) {