Skip to content

fix(types): add missing type for create()#475

Merged
pi0 merged 2 commits into
masterfrom
add-create-type
Feb 3, 2021
Merged

fix(types): add missing type for create()#475
pi0 merged 2 commits into
masterfrom
add-create-type

Conversation

@farnabaz

@farnabaz farnabaz commented Feb 3, 2021

Copy link
Copy Markdown
Member

Add missing type for create() function inside NuxtAxiosInstance

resolves #420

@farnabaz farnabaz requested a review from pi0 February 3, 2021 12:50
@codecov

codecov Bot commented Feb 3, 2021

Copy link
Copy Markdown

Codecov Report

Merging #475 (2fcf37d) into master (a61b82b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #475   +/-   ##
=======================================
  Coverage   88.23%   88.23%           
=======================================
  Files           1        1           
  Lines          51       51           
  Branches       27       27           
=======================================
  Hits           45       45           
  Misses          6        6           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a61b82b...3cb782e. Read the comment docs.

Comment thread types/index.d.ts Outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

$axios.create() is of type AxiosInstance, not NuxtAxiosInstance.

2 participants