Skip to content

Commit b516123

Browse files
committed
Attribute naming fix
1 parent a208d30 commit b516123

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • source/src/Slackbot.Net.Endpoints/Models/Interactive/BlockActions

source/src/Slackbot.Net.Endpoints/Models/Interactive/BlockActions/BlockAction.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,5 @@ public class State
2121
public class SlackInputValue
2222
{
2323
public string Type { get; set; }
24-
public Option SelectedOption { get; set; }
25-
public string Value { get; set; }
24+
public Option Selected_option { get; set; }
2625
}

0 commit comments

Comments
 (0)