Skip to content

Commit

Permalink
test: remove useless Omit
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 9, 2024
1 parent 9fb69b0 commit 0bfc8b1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ assertPaginate(checkRunsRoute);
const listForRef = {} as {
(
params?: RequestParameters &
Omit<
Endpoints["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"]["parameters"],
"baseUrl" | "headers" | "mediaType"
>
): Promise<Endpoints[typeof checkRunsRoute]["response"]>;
defaults: RequestInterface["defaults"];
endpoint: EndpointInterface<{
Expand Down

0 comments on commit 0bfc8b1

Please sign in to comment.