Skip to content

Commit

Permalink
feat:correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolas-carlier-ls committed Oct 24, 2023
1 parent b664fd2 commit 7f13e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/interaction-view/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ func moodViewHandler(ctx *slacker.InteractionContext) {
{
viewState := ctx.Callback().View.State.Values
fmt.Printf(
"Mood view submitted.\n Mood: %s\n",
"Mood view submitted.\nMood: %s\n",
viewState["mood"]["mood"].SelectedOption.Value,
)
}
Expand Down

0 comments on commit 7f13e16

Please sign in to comment.