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: parse is_enterprise_install string #1264

Closed
wants to merge 1 commit into from

Conversation

yunginnanet
Copy link
Contributor

Cause: (*fmt.wrapError)(0xc004b8f3c0)(parsing slash command: json: cannot unmarshal string into Go struct field SlashCommand.is_enterprise_install of type bool),

sometimes we get "is_enterprise_install":"false", sometimes we get "is_enterprise_install": false

add ,string: and now both work

@yunginnanet
Copy link
Contributor Author

errr, actually it won't be that simple

i'll look at this later - needs an issue - can't do it rn

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.

None yet

1 participant