From 16edf58025d435c2006aa9f3dd8b8ff7a20a60db Mon Sep 17 00:00:00 2001 From: Blake Matthes Date: Mon, 16 Feb 2026 09:37:40 -0600 Subject: [PATCH] refactor(eom): changes to hist inv --- lstV2/server/services/eom/eomService.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/lstV2/server/services/eom/eomService.ts b/lstV2/server/services/eom/eomService.ts index b274ac2..a09d039 100644 --- a/lstV2/server/services/eom/eomService.ts +++ b/lstV2/server/services/eom/eomService.ts @@ -63,10 +63,10 @@ setTimeout(async () => { // the time we want to run the hostircal data should be the same time the historical data run on the server // getting this from the shift time -if (process.env.NODE_ENV?.trim() !== "production") { - setTimeout(() => { - historicalInvIMmport(); - }, 15 * 1000); -} +//if (process.env.NODE_ENV?.trim() !== "production") { +setTimeout(() => { + historicalInvIMmport(); +}, 15 * 1000); +//} export default app;