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

Ensure type is String #80

Merged
merged 1 commit into from
Aug 18, 2021
Merged

Ensure type is String #80

merged 1 commit into from
Aug 18, 2021

Conversation

krisgesling
Copy link
Contributor

Description

Reported that the message.data["Level"] may be returned as an int instead of the expected string. This ensures the type for anything down the line.

Fixes #78

Type of PR

  • Bugfix

Testing

I haven't replicated the issue, but the change is very minimal and VK tests are passing.

@krisgesling krisgesling merged commit 530cf21 into 21.02 Aug 18, 2021
@krisgesling krisgesling deleted the bugfix/level-string branch August 18, 2021 22:22
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.

Level param can arrive at final step as wrong data type
2 participants