Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e83788d

Browse files
committed
innecesary slice
1 parent 035228e commit e83788d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stateManagement/data/handlers/SaveDataFromFileHandlerAction.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default class SaveDataFromFileHandlerAction extends AbstractTableAction<D
5858

5959
const currentline = this.normalizeArray(lines[i].split(","));
6060
const potentialPath = currentline[fileIndex];
61-
currentline.splice(fileIndex, 1);
6261
// Obtain just the filename from the path
6362
const sanitizePath = potentialPath?.split("/").pop().split('.');
6463
let filename = "";

0 commit comments

Comments
 (0)