Skip to content

Commit

Permalink
Fixed CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Afgan0r committed Apr 21, 2024
1 parent 667e618 commit 62698fe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/0 - utils/namesHelper/prepareNamesList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,6 @@ export const prepareNamesList = (): void => {

const fileContent = readCSCFile();

if (!fileContent) {
setNamesList({});

return;
}

const records = parse(fileContent, {
columns: true,
skip_empty_lines: true,
Expand Down

0 comments on commit 62698fe

Please sign in to comment.