fix(historicalinv): removed the second running one that caused duplicates

This commit is contained in:
2025-11-01 06:54:28 -05:00
parent ebe5c0bd5a
commit a6cc17ccb1
4 changed files with 143 additions and 132 deletions

View File

@@ -96,7 +96,7 @@ export const historicalInvIMmport = async () => {
}
if (dataImport) {
createLog("info", "eom", "eom", `All data was imported succefully.`);
createLog("info", "eom", "eom", `All data was imported successfully.`);
return;
}
} else {
@@ -104,5 +104,5 @@ export const historicalInvIMmport = async () => {
}
// do the check to delete old data
deleteHistory();
//deleteHistory();
};