Skip to content

Commit

Permalink
Merge pull request #1135 from samarthgr/2.0.2-generic
Browse files Browse the repository at this point in the history
2.0.2 generic | fnt, gnt validation fix
  • Loading branch information
egov-joy authored Jun 20, 2022
2 parents 7721903 + 3d59bb9 commit 8b48f58
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
const ICAO9303_RE = new RegExp("^.*[A-Z<]$");
const ICAO9303_RE = new RegExp("^[A-Z]+(<[A-Z]+)*$");

function validateEURequestBody(requestBody) {
/*
Expand Down

0 comments on commit 8b48f58

Please sign in to comment.