Skip to content

Commit a000d3f

Browse files
committed
chore: use biome:check to format files
1 parent d10758e commit a000d3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/types/webhook.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
export interface VerifyWebhookOptions {
33
/** Signing secret of the webhook. @default process.env.REWRITE_WEBHOOK_SECRET */
44
secret?: string;
5-
5+
66
/** Raw payload in string of the request. */
77
payload: string;
8-
8+
99
/** Headers of the request. */
1010
headers: Record<string, string>;
1111
}

0 commit comments

Comments
 (0)