Skip to content

Commit

Permalink
fix: lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Jan 10, 2025
1 parent 316db1c commit a16397b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/api/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ function createApi<TagTypes extends string = never>({
}

// Send the HTTP request and fetch the response.
// eslint-disable-next-line @typescript-eslint/no-unsafe-argument
return await fetch(args, api, extraOptions)
},
tagTypes: [...defaultTagTypes, ...tagTypes],
Expand Down

0 comments on commit a16397b

Please sign in to comment.