Skip to content

Commit

Permalink
Fix typo on GreaterThanEqual in readiness filters (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithgp authored Aug 7, 2023
1 parent c0f647c commit 75e594d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@
"LessThan",
"LessThanEqual",
"GreaterThan",
"GreaerThanEqual",
"GreaterThanEqual",
"Equal",
"NotEqual",
"In",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
},
{
"field": "NumberOfEmployees",
"operator": "GreaerThanEqual",
"operator": "GreaterThanEqual",
"value": "1"
},
{
Expand Down

0 comments on commit 75e594d

Please sign in to comment.