Skip to content

Commit 5f5a74a

Browse files
committed
typo
1 parent f4097ff commit 5f5a74a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/withdrawal/withdrawal.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ export class WithdrawalService {
204204
throw new Error('Failed to fetch UserInfo for withdrawal!');
205205
}
206206

207-
if (userInfo.email.toLocaleLowerCase().indexOf('wipro.com') > -1) {
207+
if (userInfo.email.toLowerCase().indexOf('wipro.com') > -1) {
208208
throw new Error(
209209
'Please contact Topgear support to process your withdrawal.',
210210
);

0 commit comments

Comments
 (0)