In the current implementation, passing a blank value as input may result in unexpected behavior because the arguments are not guaranteed to exist in the specific position. (For example, we can pass empty value to last-successful-event for fetching all type of events.)
This commit fixes this issue by enclosing arguments in quotes to ensure that all provided arguments are passed correctly.
In the current implementation, passing a blank value as input may result in unexpected behavior because the arguments are not guaranteed to exist in the specific position. (For example, we can pass empty value to
last-successful-event
for fetching all type of events.)This commit fixes this issue by enclosing arguments in quotes to ensure that all provided arguments are passed correctly.