Skip to content

Commit

Permalink
remove testing throw
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarkowsky committed Feb 21, 2024
1 parent a1eac8a commit f716e68
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion express-api/src/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const startApp = async (app: Application) => {
let server: Server<typeof IncomingMessage, typeof ServerResponse>;
(async () => {
server = await startApp(app);
throw new Error('wow');
})();

const stopApp = async (exitCode: number, e?: string) => {
Expand Down

0 comments on commit f716e68

Please sign in to comment.