Skip to content

Commit

Permalink
fix: adapt code for universal-github-app-jwt@v2
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Feb 24, 2024
1 parent 3a0e3f6 commit 174b0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/get-app-authentication.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { githubAppJwt } from "universal-github-app-jwt";
import githubAppJwt from "universal-github-app-jwt";

import type { AppAuthentication, State } from "./types.js";

Expand Down

0 comments on commit 174b0b6

Please sign in to comment.