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

generate: handle non-string values for IDs #249

Merged
merged 1 commit into from
Apr 22, 2021

Conversation

jacobbednarz
Copy link
Member

Updates the name generation to handle scenarios where the ID is not a
string value. This is incredibly uncommon (logpush is the only service
exposing a non-string hash value) however this will fix the crash while
I chase up the internal team whether this is intentionally different.

Fixes #248

Updates the name generation to handle scenarios where the ID is not a
string value. This is incredibly uncommon (logpush is the only service
exposing a non-string hash value) however this will fix the crash while
I chase up the internal team whether this is intentionally different.

Fixes #248
@jacobbednarz jacobbednarz merged commit a94284d into master Apr 22, 2021
@jacobbednarz jacobbednarz deleted the handle-non-string-ids branch April 22, 2021 00:24
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.

interface conversion: interface {} is float64, not string
1 participant