Skip to content

Commit

Permalink
fix: larkim.MessagePost JaJp typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Nomango committed Feb 1, 2024
1 parent d83e37d commit 063df90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/im/v1/ext_model.go
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ func (m *MessagePost) EnUs(enUs *MessagePostContent) *MessagePost {
return m
}

func (m *MessagePost) JaJs(jaJp *MessagePostContent) *MessagePost {
func (m *MessagePost) JaJp(jaJp *MessagePostContent) *MessagePost {
m.JaJP = jaJp
return m
}
Expand Down

0 comments on commit 063df90

Please sign in to comment.