From 5cc5388f7f891bd7fa3ca9424aff4020c20995a7 Mon Sep 17 00:00:00 2001 From: Sam Lord Date: Wed, 24 Apr 2024 11:02:47 +0100 Subject: [PATCH] Test commit for browser tests --- ghost/core/core/app.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ghost/core/core/app.js b/ghost/core/core/app.js index 76bde97d04..7c68c74342 100644 --- a/ghost/core/core/app.js +++ b/ghost/core/core/app.js @@ -37,6 +37,7 @@ const rootApp = () => { app.use(maintenanceMiddleware); return app; + // REMOVE THIS }; module.exports = rootApp;