Skip to content

Commit

Permalink
feat: update credit sharing command and method names
Browse files Browse the repository at this point in the history
this is an feat empty commit to deploy alpha PE-6754
  • Loading branch information
fedellen committed Nov 1, 2024
1 parent 84216ef commit c3e9bd9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/axiosClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ export const createAxiosInstance = ({
if (retryConfig.retries && retryConfig.retries > 0) {
axiosRetry(axiosInstance, retryConfig);
}

return axiosInstance;
};

0 comments on commit c3e9bd9

Please sign in to comment.