Skip to content

Commit

Permalink
Fix linter warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
marode-cap committed Jul 1, 2024
1 parent e7a3c92 commit 0068096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/modules/itslearning/itslearning.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ export class ItsLearningIMSESService {

return action.parseResponse(response.data);
} catch (err: unknown) {
console.error(err);

return {
ok: false,
error: new ItsLearningError('Request failed', [err]),
Expand Down

0 comments on commit 0068096

Please sign in to comment.