Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(util): correct URL validation logic
The URL validation logic was incorrect. The condition was changed from `URL.canParse(url)` to `!URL.canParse(url)` to properly throw an error for invalid URLs.
- Loading branch information