style: prettier

This commit is contained in:
Gregor Martynus 2020-10-08 10:20:13 -07:00
parent 05abeef921
commit 8ddac1f6bb
1 changed files with 1 additions and 4 deletions

View File

@ -20,9 +20,6 @@ export type State = {
};
};
export type ProbotWebhooks = Webhooks<
WebhookEvent,
Context
>;
export type ProbotWebhooks = Webhooks<WebhookEvent, Context>;
export type DeprecatedLogger = LogFn & Logger;