Skip to content

Commit

Permalink
fix(request): CHECKOUT-8092 Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
animesh1987 authored Mar 20, 2024
1 parent e9b1676 commit 63e1040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request-sender.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ export default class RequestSender {
return true;
}

return !url.match(new RegExp('^(htttps?:)?\/\/'));
return !url.match(new RegExp('^(https?:)?\/\/'));
}
}

0 comments on commit 63e1040

Please sign in to comment.