refactor(stats): added sheet version check in

This commit is contained in:
2026-02-16 18:58:17 -06:00
parent 36a805c652
commit 316af4233f

View File

@@ -58,6 +58,7 @@ router.get("/", async (req, res) => {
memoryUsage: `Heap: ${(used.heapUsed / 1024 / 1024).toFixed(2)} MB / RSS: ${(
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
});
});