From 4aaa01fb0e58f705510287a232908a7f213bfc4a Mon Sep 17 00:00:00 2001 From: Reginald Date: Tue, 20 Dec 2022 20:39:55 +0100 Subject: [PATCH] Clean up --- backend/src/app.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/backend/src/app.ts b/backend/src/app.ts index 633a1d774..fa11b5f1c 100644 --- a/backend/src/app.ts +++ b/backend/src/app.ts @@ -72,5 +72,3 @@ app.use('/api/v1/integration-auth', integrationAuthRouter); export const server = app.listen(PORT, () => { console.log(`Listening on PORT ${[PORT]}`); }); - -// test change, remove me