End-user friendly description of the problem this fixes or functionality that this introduces
The CI use to complain due to a few ESLint warnings (mostly console logs)
[ ] Include this change in the Release Notes. If checked, you must provide an end-user friendly description for your change below
Give a summary of what the PR does, explaining any non-trivial design decisions
Replace console.errors with our EventLogger.error to avoid eslint warning; we should handle the request errors when implementing axios in the future
Remove yarn.lock
Link of any specific issues this addresses
To run this PR locally, use the following command:
End-user friendly description of the problem this fixes or functionality that this introduces The CI use to complain due to a few ESLint warnings (mostly console logs)
Give a summary of what the PR does, explaining any non-trivial design decisions
Link of any specific issues this addresses
To run this PR locally, use the following command: