fix(historicalinv): removed the second running one that caused duplicates
This commit is contained in:
@@ -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();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user