Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
neSpecc committed Oct 12, 2024
1 parent fe60ff2 commit c9ba669
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,6 @@ export async function callOld(
response.data.errors.forEach(error => {
/**
* Send error to Hawk
*
* Context has limited length, so we need to trim it
*/
track(new Error('TEST: ' + error.message), {
'Request': trim(request, 100),
Expand Down

0 comments on commit c9ba669

Please sign in to comment.