Skip to content

Commit

Permalink
refactor: minor refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Saksham Sharma authored and Saksham Sharma committed Sep 6, 2024
1 parent 7dad7af commit 285ce4f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Utilities/Utils.res
Original file line number Diff line number Diff line change
Expand Up @@ -1376,7 +1376,4 @@ let getFirstAndLastNameFromFullName = fullName => {
(firstName, lastNameJson)
}

let checkIsTestCardWildcard = val => {
let wildcards = ["1111222233334444"]
wildcards->Array.includes(val)
}
let checkIsTestCardWildcard = val => ["1111222233334444"]->Array.includes(val)

0 comments on commit 285ce4f

Please sign in to comment.