Skip to content

Commit

Permalink
chore: Clean up code in beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronDewes committed Nov 14, 2023
1 parent be651aa commit 7dcd186
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/octokit/get-authenticated-octokit.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ export async function getAuthenticatedOctokit(
...octokitOptions.auth,
otherOptions,
installationId,
request: state.request,
},
request: state.request,
};

const Octokit = octokit.constructor as typeof ProbotOctokit;
Expand Down

0 comments on commit 7dcd186

Please sign in to comment.