From 650102ec2f8fda8f5c88e7ba9afc1352dea1e8a6 Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Tue, 14 Jan 2025 19:11:27 +0000 Subject: [PATCH] ci: hourly update to backend/src/index.ts --- backend/src/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/backend/src/index.ts b/backend/src/index.ts index d130f5c..94802a8 100644 --- a/backend/src/index.ts +++ b/backend/src/index.ts @@ -40,4 +40,3 @@ app.use("/api/emission", verifyCert); app.listen(process.env.PORT, () => { console.log(`🚀 Server is running on port ${process.env.PORT}`); }); -