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

chore(weave): Fix typo from revert #2929

Closed
wants to merge 1 commit into from

Conversation

tssweeney
Copy link
Collaborator

Fixes typo from earlier revert

@tssweeney tssweeney requested a review from a team as a code owner November 7, 2024 18:47
@@ -1364,7 +1364,7 @@ def feedback_create(self, req: tsi.FeedbackCreateReq) -> tsi.FeedbackCreateRes:
"wb_user_id": req.wb_user_id,
"creator": req.creator,
"feedback_type": req.feedback_type,
"payload": req.payload,
"payload": payload,
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this should be the dumped payload, not dictionary

@tssweeney tssweeney closed this Nov 7, 2024
@github-actions github-actions bot locked and limited conversation to collaborators Nov 7, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant