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

Create a TaskResult object for the client #517

Merged
merged 1 commit into from Aug 30, 2022

Conversation

glennsarti
Copy link
Contributor

Description

This commit actually creates a TaskResult struct. Without this change users will receive
nil pointer errors when attempting to use this part of the client.

Testing plan

N/A

@glennsarti glennsarti requested a review from a team as a code owner August 30, 2022 09:00
This commit actually creates a TaskResult struct. Without this change users will receive
nil pointer errors when attempting to use this part of the client.
@glennsarti glennsarti force-pushed the gs/actually-create-task-result branch from c2a1b2c to 6297e2d Compare August 30, 2022 09:00
@glennsarti glennsarti self-assigned this Aug 30, 2022
Copy link
Contributor

@annawinkler annawinkler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this change! I think we might benefit from having a test for TaskResult too, so I'll add an issue for us to follow up with that.

@annawinkler annawinkler merged commit 9553912 into main Aug 30, 2022
@annawinkler annawinkler deleted the gs/actually-create-task-result branch August 30, 2022 15:22
@github-actions
Copy link

Reminder to the contributor that merged this PR: if your changes have added important functionality or fixed a relevant bug, open a follow-up PR to update CHANGELOG.md with a note on your changes.

@laurenolivia
Copy link
Contributor

@glennsarti very nit, but it looks like those services are listed alphabetically, and client.TaskResults = &taskResults{client: client} should be shifted up 1 row.

@glennsarti
Copy link
Contributor Author

@laurenolivia Raised PR #522 to reorder things.

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.

None yet

3 participants