Skip to content

Commit

Permalink
fix(typescript): workaround for trouble with aggregate-error type e…
Browse files Browse the repository at this point in the history
…xport (#923)
  • Loading branch information
G-Rath authored Nov 16, 2023
1 parent a12200f commit 4875a74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/verify-and-receive.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// @ts-ignore to address #245
import AggregateError from "aggregate-error";
import { verify } from "@octokit/webhooks-methods";

Expand Down

0 comments on commit 4875a74

Please sign in to comment.