Skip to content

Commit

Permalink
Fix incorrect descriptor in SubmitAction
Browse files Browse the repository at this point in the history
Correct type descriptor for `submission_policy` in Vidarr `SubmitAction`.
  • Loading branch information
apmasell authored and avarsava committed Feb 7, 2024
1 parent d8e77b3 commit 9e4001d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ public void services(Set<String> services) {
@ActionParameter(
name = "submission_policy",
required = false,
type = "u3ALWAYS$t0DRY_RUN$t0IS_LIVE$t0MAX_DELAY$t1i")
type = "u4ALWAYS$t0DRY_RUN$t0IS_LIVE$t0MAX_DELAY$t1i")
public void submissionPolicy(AlgebraicValue policy) {
submissionPolicy =
switch (policy.name()) {
Expand Down

0 comments on commit 9e4001d

Please sign in to comment.