Skip to content

Commit

Permalink
fix unused e
Browse files Browse the repository at this point in the history
  • Loading branch information
ycmjason committed Oct 18, 2024
1 parent 3e43660 commit 2e00041
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DnsUtils/_helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const isIpVersionSupported = async (
redirect: "manual",
});
return true;
} catch (e) {
} catch {
return false;
}
})();
Expand Down

0 comments on commit 2e00041

Please sign in to comment.