diff --git a/app/src/internal/system/routes/stats.ts b/app/src/internal/system/routes/stats.ts index c200ae1..b7e8ef3 100644 --- a/app/src/internal/system/routes/stats.ts +++ b/app/src/internal/system/routes/stats.ts @@ -59,6 +59,7 @@ router.get("/", async (req, res) => { used.rss / 1024 / 1024 ).toFixed(2)} MB`, eomFGPkgSheetVersion: 1, // this is the excel file version when we have a change to the macro we want to grab this + masterMacroFile: 1, // this is the excel file version when we have a change to the macro we want to grab this }); });