Remove unused key in the execution

This commit is contained in:
Mattia Codato 2020-07-29 08:46:09 +02:00
parent 2cda17a99b
commit a834b5cecd
1 changed files with 0 additions and 3 deletions

View File

@ -1010,9 +1010,6 @@ Value ClusterEvents::ExecutedCommandAPIHandler(const MessageOrigin::Ptr& origin,
return Empty;
}
if (params->Contains("error"))
execution->Set("error", params->Get("error"));
if (params->Contains("exit"))
execution->Set("exit", params->Get("exit"));