Framework updates
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
2
node_modules/axios/lib/helpers/parseProtocol.js
generated
vendored
2
node_modules/axios/lib/helpers/parseProtocol.js
generated
vendored
@@ -2,5 +2,5 @@
|
||||
|
||||
export default function parseProtocol(url) {
|
||||
const match = /^([-+\w]{1,25})(:?\/\/|:)/.exec(url);
|
||||
return match && match[1] || '';
|
||||
return (match && match[1]) || '';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user