Skip to content

Commit

Permalink
Merge pull request #774 from myrotvorets/renovate/linters
Browse files Browse the repository at this point in the history
chore(deps): update dependency @myrotvorets/eslint-config-myrotvorets-ts to v2.27.1
  • Loading branch information
myrotvorets-team authored Aug 24, 2024
2 parents d6773e8 + 800fd72 commit 37d38a8
Show file tree
Hide file tree
Showing 4 changed files with 5,196 additions and 1,234 deletions.
2 changes: 1 addition & 1 deletion lib/ipList/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const ipListEx = makeValidator((input: string) => {

try {
return items.map((s) => ipaddr.process(s.trim()));
} catch (e) {
} catch {
throw new EnvError(`Invalid IP list input: "${input}"`);
}
});
Loading

0 comments on commit 37d38a8

Please sign in to comment.