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

Making sure the cache key accepts any data #110

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

brnosouza
Copy link
Contributor

Summary

This is a fix for bug introduced by the previous PR, where if we pass an int to the increment_counters function, for example, it will raise a AttributeError, because we assumed the end user will only pass string data to it.

Related Links
Ready for QA Checklist
  • Code Review
  • Dev QA
  • Rebase and Squash

@brnosouza brnosouza requested review from farhour and Gee19 July 26, 2024 16:05
Copy link
Member

@Gee19 Gee19 left a comment

Choose a reason for hiding this comment

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

LGTM +1

@brnosouza brnosouza merged commit 875c78b into master Aug 1, 2024
1 check passed
@brnosouza brnosouza deleted the fix/incorrect-data branch August 1, 2024 19:32
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