We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 867b011 commit aa32826Copy full SHA for aa32826
src/ai/explain.ts
@@ -10,7 +10,7 @@ function isValidUrl(input: string) {
10
try {
11
new URL(input);
12
return true;
13
- } catch (error) {
+ } catch (_error) {
14
return false;
15
}
16
0 commit comments