Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
kaplonpaulina committed Jan 23, 2021
1 parent 751b906 commit 02be8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/schedule-parser/metadata.parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export class MetaDataParser extends MetadataProvider {
this.logLoadFIleError("Nie znaleziono spdoziewanej ilości wierszy w sekcji dane");
}

if (raw.length == 0) {
if (raw.length === 0) {
return [0, "", [], false];
}

Expand Down

0 comments on commit 02be8fa

Please sign in to comment.