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 58a6c9c commit a5d074d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ export async function callOld(
console.error('API Request Error', error);

track(error as Error, {
request,
variables: variables ?? {},
response: response?.data,
'Request': request,
'Variables': variables ?? {},
'Response Data': response?.data.data,
});
throw error;
}
Expand Down

0 comments on commit a5d074d

Please sign in to comment.