Skip to content

Commit

Permalink
Fix: parse is_enterprise_install string
Browse files Browse the repository at this point in the history
  • Loading branch information
yunginnanet committed Feb 16, 2024
1 parent c038c02 commit 96eb6c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slash.go
Expand Up @@ -11,7 +11,7 @@ type SlashCommand struct {
TeamDomain string `json:"team_domain"`
EnterpriseID string `json:"enterprise_id,omitempty"`
EnterpriseName string `json:"enterprise_name,omitempty"`
IsEnterpriseInstall bool `json:"is_enterprise_install"`
IsEnterpriseInstall bool `json:"is_enterprise_install,string"`
ChannelID string `json:"channel_id"`
ChannelName string `json:"channel_name"`
UserID string `json:"user_id"`
Expand Down

0 comments on commit 96eb6c1

Please sign in to comment.