Skip to content

Commit

Permalink
fix(typescript): add missing import (#1783)
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Jan 10, 2023
1 parent 776f6a7 commit 229a01c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/server/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 229a01c

Please sign in to comment.