fix parameter macros in event responses
This commit is contained in:
parent
90ea61f753
commit
8f96ca0805
|
@ -367,7 +367,7 @@ function get_response_target(
|
||||||
|
|
||||||
if (
|
if (
|
||||||
response_params[i].startsWith("_") &&
|
response_params[i].startsWith("_") &&
|
||||||
response_params[i].startsWith("_")
|
response_params[i].endsWith("_")
|
||||||
) {
|
) {
|
||||||
response_param = response_params[i];
|
response_param = response_params[i];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue