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

fix: Uncaught exception when path_vars is not provided in action API #1071

Merged
merged 3 commits into from
Nov 26, 2024

Conversation

ehendrix23
Copy link
Contributor

path_vars is not required for every action api call and is not enforced to be required. But when not provided it results in an uncaught exception.
This fix just ensures that if path_vars is not provided no exception occurs by providing as default an empty dictionary,

@alandtse alandtse enabled auto-merge (squash) November 26, 2024 17:31
@alandtse alandtse merged commit a208759 into alandtse:dev Nov 26, 2024
5 checks passed
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