refactor(stats): added in mastermacro version

This commit is contained in:
2026-02-18 08:52:29 -06:00
parent a9759795c4
commit 6edd20585f

View File

@@ -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
});
});