We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949ad0a commit 2dcda2bCopy full SHA for 2dcda2b
src/index.ts
@@ -13,4 +13,4 @@ export const probotApp = (req: IncomingMessage, res: ServerResponse) => {
13
res.end();
14
});
15
};
16
-// TODO: Add any additional exports or configurations needed for your app
+// TODO: Add error handling middleware
0 commit comments