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: Use correct write_options parameter in examples #87

Merged
merged 2 commits into from
May 3, 2024

Conversation

powersj
Copy link
Contributor

@powersj powersj commented May 2, 2024

WriteOptions is the object, but the parameter is expected to be write_options.

fixes: #79

  • CHANGELOG.md updated
  • Rebased/mergeable
  • A test has been added if appropriate
  • Tests pass
  • Commit messages are conventional
  • Sign CLA (if not already signed)

WriteOptions is the object, but the parameter is expected to be
write_options.

fixes: InfluxCommunity#79
Copy link
Member

@bednar bednar left a comment

Choose a reason for hiding this comment

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

@powersj thx for your PR 👍

LGTM 🚀

@bednar bednar merged commit 6cf2b3e into InfluxCommunity:main May 3, 2024
3 checks passed
@bednar bednar added this to the 0.4.0 milestone May 3, 2024
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.

examples use WriteOptions incorrectly
2 participants