Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Include style in Action JSON dictionary
Browse files Browse the repository at this point in the history
  • Loading branch information
pvzig authored Aug 3, 2016
1 parent 987be40 commit 8007fa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SlackKit/Sources/Action.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public struct Action {
dict["text"] = text
dict["type"] = type
dict["value"] = value
dict["style"] = style?.rawValue
dict["confirm"] = confirm?.dictionary()
return dict
}
Expand Down

0 comments on commit 8007fa6

Please sign in to comment.