Skip to content

Commit

Permalink
(bug) oops
Browse files Browse the repository at this point in the history
  • Loading branch information
kevincobain2000 committed May 6, 2024
1 parent f873c45 commit 3b1ca40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/Extractor.astro
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const baseURL = import.meta.env.PUBLIC_BASE_URL;
});
const isURL = (str) => {
try {
new URL(string);
new URL(str);
return true;
} catch (err) {
return false;
Expand Down

0 comments on commit 3b1ca40

Please sign in to comment.