Skip to content

Commit

Permalink
fix: syntax error
Browse files Browse the repository at this point in the history
Signed-off-by: sarthakjdev <jsarthak448@gmail.com>
  • Loading branch information
sarthakjdev committed May 23, 2024
1 parent 8f1d539 commit db83552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/components/list_message.go
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ type listMessage struct {

type ListMessageParams struct {
ButtonText string `json:"-" validate:"required"`
BodyText string `json:"-" validate:"required`
BodyText string `json:"-" validate:"required"`
}

func NewListMessage(params ListMessageParams) (*listMessage, error) {
Expand Down

0 comments on commit db83552

Please sign in to comment.