Skip to content

Commit

Permalink
Fix askForInput() enum check
Browse files Browse the repository at this point in the history
  • Loading branch information
electrikmilk committed Jul 18, 2023
1 parent dd8152c commit f20a339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion actions_std.go
Original file line number Diff line number Diff line change
Expand Up @@ -2823,7 +2823,7 @@ func scriptingActions() {
},
},
check: func(args []actionArgument) {
checkEnum("input type", inputTypes, args, 0)
checkEnum("input type", inputTypes, args, 2)
},
}
actions["chooseFromList"] = &actionDefinition{
Expand Down

0 comments on commit f20a339

Please sign in to comment.