Skip to content

Commit 31acc53

Browse files
committed
Removed sanitization
1 parent 2a5b111 commit 31acc53

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/isAbaRouting.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const isRoutingReg = /^(?!(1[3-9])|(20)|(3[3-9])|(4[0-9])|(5[0-9])|(60)|(7[3-9])
77

88
export default function isAbaRouting(str) {
99
assertString(str);
10-
str = str.trim();
1110

1211
if (!isRoutingReg.test(str)) return false;
1312

0 commit comments

Comments
 (0)