Skip to content

Commit

Permalink
Merge pull request slack-go#1147 from yokishava/fix/rich-text-section…
Browse files Browse the repository at this point in the history
…-element-style

fix: change period to comma
  • Loading branch information
kanata2 committed Dec 21, 2022
2 parents beca00a + 80ebd29 commit 342d501
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion block_rich_text.go
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ func NewRichTextSectionLinkElement(url, text string, style *RichTextSectionTextS
type RichTextSectionTeamElement struct {
Type RichTextSectionElementType `json:"type"`
TeamID string `json:"team_id"`
Style *RichTextSectionTextStyle `json:"style.omitempty"`
Style *RichTextSectionTextStyle `json:"style,omitempty"`
}

func (r RichTextSectionTeamElement) RichTextSectionElementType() RichTextSectionElementType {
Expand Down

0 comments on commit 342d501

Please sign in to comment.