Skip to content

Commit 99b40c3

Browse files
committed
fix: add TODO comment for additional exports or configurations in probotApp
1 parent 6857933 commit 99b40c3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ export const probotApp = (req: IncomingMessage, res: ServerResponse) => {
1212
res.writeHead(404);
1313
res.end();
1414
});
15-
};
15+
};
16+
// TODO: Add any additional exports or configurations needed for your app

0 commit comments

Comments
 (0)