Skip to content

Commit

Permalink
Merge pull request #211 from SatoruFF/master
Browse files Browse the repository at this point in the history
fix(yaml-schema.json): fix yaml validation schema
  • Loading branch information
kffl committed Sep 15, 2023
2 parents 5bc5c89 + 34d2db3 commit 3355622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/yaml-config.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"enum": [
"requeue",
"discard",
"dql"
"dlq"
],
"type": "string"
},
Expand Down

0 comments on commit 3355622

Please sign in to comment.