mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
fix: remove unnecessary blank lines in route definitions for cleaner code
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user