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

DM-44763: Move runid handling to a dependency #173

Merged
merged 1 commit into from
Jun 13, 2024
Merged

DM-44763: Move runid handling to a dependency #173

merged 1 commit into from
Jun 13, 2024

Conversation

rra
Copy link
Member

@rra rra commented Jun 13, 2024

Avoid repeating the same pattern to parse runid out of the POST body by moving it into a reusable dependency. Leave the runid handling for sync GET directly in the sync handler, since only it needs to handle runid as a GET parameter.

Avoid repeating the same pattern to parse runid out of the POST
body by moving it into a reusable dependency. Leave the runid
handling for sync GET directly in the sync handler, since only it
needs to handle runid as a GET parameter.
@rra rra merged commit bc5260e into main Jun 13, 2024
3 checks passed
@rra rra deleted the tickets/DM-44763 branch June 13, 2024 23:54
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.

1 participant