Skip to content

Commit

Permalink
Fix linters
Browse files Browse the repository at this point in the history
  • Loading branch information
ginabeki committed Nov 23, 2022
1 parent 34a9922 commit 8a5a2f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/api/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const likesCounter = () => {
}
});
});
}
};

const getData = async () => {
const response = await axios.get(`${url}`);
Expand Down

0 comments on commit 8a5a2f9

Please sign in to comment.