Skip to content
This repository has been archived by the owner on Feb 13, 2024. It is now read-only.

Commit

Permalink
use arrow function
Browse files Browse the repository at this point in the history
  • Loading branch information
f2prateek committed Jan 11, 2018
1 parent fd7dc00 commit edda2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ class Analytics {
}
}

const retryCondition = function (error) {
const retryCondition = error => {
// Retry Network Errors.
if (axiosRetry.isNetworkError(error)) {
return true
Expand Down

0 comments on commit edda2af

Please sign in to comment.