Skip to content

Commit

Permalink
minor: use new eslint configuration file format
Browse files Browse the repository at this point in the history
  • Loading branch information
alekitto committed Jul 31, 2024
1 parent b5a741f commit 0675715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RetryableHttpClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export default class RetryableHttpClient extends implementationOf(HttpClientInte

try {
return Math.max(0, (new DateTime(after)).timestamp - DateTime.unixTime) * 1000;
} catch (e) {
} catch {
// Do nothing.
}
}
Expand Down

0 comments on commit 0675715

Please sign in to comment.