Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
tobeno committed Aug 27, 2023
1 parent 948b60a commit 9b7485e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/web.utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ function wrap<FnType extends (...args: any) => Promise<AxiosResponse>>(
}

function getAxios() {
return require('axios') as typeof import('axios')['default'];
return require('axios') as (typeof import('axios'))['default'];
}

export const web = {
Expand Down

0 comments on commit 9b7485e

Please sign in to comment.