Skip to content

Commit

Permalink
Added eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinfarrugia committed Jun 21, 2021
1 parent 4759757 commit 9581cfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/hara.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const parseLargest = (data) => {
return {
url: normalizeUrl(item.request.url),
bytes: item.response.content.size,
};
};
};

const parseLargestCompressed = (data) => {
Expand Down

0 comments on commit 9581cfa

Please sign in to comment.