Skip to content

Commit 2ee2df3

Browse files
committed
fix: typo
1 parent 9c53a83 commit 2ee2df3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/utils/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ const mergeCache = (oldCache, newCache) => {
7575
const isValidUrl = (url) => {
7676
try {
7777
// eslint-disable-next-line no-new
78-
new URL(!url);
78+
new URL(url);
7979
return true;
8080
} catch (err) {
8181
return false;

0 commit comments

Comments
 (0)