Skip to content

Commit

Permalink
chore: access client request
Browse files Browse the repository at this point in the history
  • Loading branch information
zz-hh-aa committed Nov 26, 2024
1 parent c4d9b76 commit 7701e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api.planx.uk/modules/analytics/metabase/shared/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export const createMetabaseClient = (): AxiosInstance => {
originalRequest.retryCount < (config.retries ?? 3)
) {
originalRequest.retryCount++;
return client(originalRequest);
return client.request(originalRequest);
}

// Transform error response
Expand Down

0 comments on commit 7701e56

Please sign in to comment.