Skip to content

Commit 5640c02

Browse files
committed
Fix export of Imagekit.Webhook: leverage export = Imakgeit
1 parent 598b280 commit 5640c02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ const promisify = function <T = void>(thisContext: ImageKit, fn: Function) {
7777
};
7878
};
7979

80-
export const Webhook = {
80+
const Webhook = {
8181
verify: verifyWebhookSignature,
8282
}
8383

0 commit comments

Comments
 (0)