fix parameter macros in event responses

This commit is contained in:
alejandro-campos 2020-08-13 14:13:12 +02:00
parent 90ea61f753
commit 8f96ca0805
1 changed files with 1 additions and 1 deletions

View File

@ -367,7 +367,7 @@ function get_response_target(
if (
response_params[i].startsWith("_") &&
response_params[i].startsWith("_")
response_params[i].endsWith("_")
) {
response_param = response_params[i];
}