Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed Dec 12, 2024
1 parent 5e45525 commit 2ec104e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/complaints.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,6 @@ export const complaintsApi = createApi({
};
},
transformResponse: (response, meta, arg) => {
console.log(response);
console.log(arg);
if (!response) {
return {};
}
Expand Down

0 comments on commit 2ec104e

Please sign in to comment.