fix: remove unnecessary blank lines in route definitions for cleaner code

This commit is contained in:
Simon Larsen
2025-06-16 13:14:29 +01:00
parent 140547d796
commit 25ff258d83

View File

@@ -58,7 +58,6 @@ const HomeFeatureSet: FeatureSet = {
},
);
app.get("/support", async (_req: ExpressRequest, res: ExpressResponse) => {
res.render(`${ViewsPath}/support`, {
enableGoogleTagManager: IsBillingEnabled,
@@ -1030,7 +1029,6 @@ const HomeFeatureSet: FeatureSet = {
},
);
app.get(
"/product/incident-management",
(_req: ExpressRequest, res: ExpressResponse) => {