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