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

fixed CreateTweetRequest struct marshal issue with optional fields #84

Merged
merged 1 commit into from
Jan 13, 2022

Conversation

gdsoumya
Copy link
Contributor

Signed-off-by: Soumya Ghosh Dastidar [email protected]

Some optional fields were not being omitted while marshaling the CreateTweetRequest struct which was causing 400 Invalid Request:One or more parameters to your request was invalid. errors. This PR fixes this issue.

Signed-off-by: Soumya Ghosh Dastidar <[email protected]>
@gdsoumya gdsoumya changed the title fixed CreateTweetRequest struct marshal fixed CreateTweetRequest struct marshal issue with optional fields Jan 12, 2022
@g8rswimmer g8rswimmer self-requested a review January 13, 2022 01:27
Copy link
Owner

@g8rswimmer g8rswimmer left a comment

Choose a reason for hiding this comment

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

@gdsoumya thanks for the fix

@g8rswimmer g8rswimmer merged commit 87fcf15 into g8rswimmer:master Jan 13, 2022
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