Skip to content

Commit 2dcda2b

Browse files
committed
fix: update TODO comment to specify adding error handling middleware
1 parent 949ad0a commit 2dcda2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ export const probotApp = (req: IncomingMessage, res: ServerResponse) => {
1313
res.end();
1414
});
1515
};
16-
// TODO: Add any additional exports or configurations needed for your app
16+
// TODO: Add error handling middleware

0 commit comments

Comments
 (0)