fix(typescript): add missing import (#1783)

This commit is contained in:
wolfy1339 2023-01-09 20:09:25 -05:00 committed by GitHub
parent 776f6a782f
commit 229a01c7bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ import { VERSION } from "../version";
import { ApplicationFunction, ServerOptions } from "../types";
import { Probot } from "../";
import { engine } from "express-handlebars";
import EventSource from "eventsource";
type State = {
httpServer?: HttpServer;