Skip to content

Commit

Permalink
docs: code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
TimMikeladze committed Sep 17, 2023
1 parent ed72925 commit fbf228c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/use-octokit.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export const useOctokit = <
Endpoint extends keyof RestEndpointMethodTypes,
Action extends keyof RestEndpointMethodTypes[Endpoint],
Args extends keyof RestEndpointMethodTypes[Endpoint][Action],
// @ts-ignore I don't think why this works 🥲
// @ts-ignore I don't know why this works, but it does 🥲
Output = RestEndpointMethodTypes[Endpoint][Action]['response']['data'],
>(
endpoint: Endpoint | null,
Expand Down

0 comments on commit fbf228c

Please sign in to comment.