Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enclose arguments in quotes to ensure position #105

Closed
wants to merge 1 commit into from
Closed

Enclose arguments in quotes to ensure position #105

wants to merge 1 commit into from

Conversation

devholic
Copy link

@devholic devholic commented Sep 6, 2023

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.

This commit fixes this issue by enclosing arguments in quotes to
ensure that all provided arguments are passed correctly.

Signed-off-by: Sunghoon Kang <[email protected]>
@meeroslav
Copy link
Collaborator

This should be fixed with #98. Sorry and thank you for the effort!

@meeroslav meeroslav closed this Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants