Skip to content

Commit aa32826

Browse files
chore: bump version to v0.9.1
1 parent 867b011 commit aa32826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ai/explain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ function isValidUrl(input: string) {
1010
try {
1111
new URL(input);
1212
return true;
13-
} catch (error) {
13+
} catch (_error) {
1414
return false;
1515
}
1616
}

0 commit comments

Comments
 (0)