Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
ftgibran committed Aug 31, 2021
1 parent 1d0bd5d commit 2006023
Show file tree
Hide file tree
Showing 3 changed files with 6,581 additions and 8,700 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
"jest": "^27.0.6",
"microbundle-crl": "^0.13.11",
"np": "^7.5.0",
"prettier": "^2.3.2",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-test-renderer": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/AxiosTransformer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {Request} from './Request'
import {ClassTransformOptions} from 'class-transformer'

export class AxiosTransformer {
readonly instance: AxiosInstance
instance: AxiosInstance

constructor(axiosInstance?: AxiosInstance) {
this.instance = axiosInstance ?? axios
Expand Down
Loading

0 comments on commit 2006023

Please sign in to comment.