refactor(eom): changes to hist inv
This commit is contained in:
@@ -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
|
// 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
|
// getting this from the shift time
|
||||||
|
|
||||||
if (process.env.NODE_ENV?.trim() !== "production") {
|
//if (process.env.NODE_ENV?.trim() !== "production") {
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
historicalInvIMmport();
|
historicalInvIMmport();
|
||||||
}, 15 * 1000);
|
}, 15 * 1000);
|
||||||
}
|
//}
|
||||||
|
|
||||||
export default app;
|
export default app;
|
||||||
|
|||||||
Reference in New Issue
Block a user