Skip to content

Commit

Permalink
fix(typescript): avoid import { App } from "../...d.ts" in types ex…
Browse files Browse the repository at this point in the history
…port (#237)
  • Loading branch information
gr2m authored Apr 17, 2021
1 parent 256e722 commit dafe265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware/node/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ type ServerResponse = any;
import { createNodeMiddleware as oauthNodeMiddleware } from "@octokit/oauth-app";
import { createNodeMiddleware as webhooksNodeMiddleware } from "@octokit/webhooks";

import { App } from "../..";
import { App } from "../../index";
import { onUnhandledRequestDefault } from "./on-unhandled-request-default";
import { Options } from "../../types";

Expand Down

0 comments on commit dafe265

Please sign in to comment.