Skip to content

Commit

Permalink
Merge branch 'otp-bank/master'
Browse files Browse the repository at this point in the history
* otp-bank/master:
  remove logic from http_status definition in bp peg file
  • Loading branch information
andreineculau committed Jul 26, 2024
2 parents d01a8b4 + caeb435 commit c44f975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/katt_blueprint.peg
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ response_header <-
`;

http_status <-
[1-5] [0-9] [0-9]
[0-9]+
`
{Int, _Rest} = string:to_integer(unicode:characters_to_list(concatenate_chars(Node))),
Int
Expand Down

0 comments on commit c44f975

Please sign in to comment.