Skip to content

Commit

Permalink
Merge branch 'develop' into TASK-346_exportWorkers
Browse files Browse the repository at this point in the history
  • Loading branch information
prenc authored Mar 9, 2021
2 parents 2cc8ed2 + f4cc4d1 commit 6e44c91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/logic/schedule-parser/shifts-info.parser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class ShiftsInfoParser extends ShiftsProvider {
personel.push("W");
} else {
if (typeof b !== "string" || !(b in ShiftCode)) {
this.logUnknownValue(i + 1, name, b);
this.logUnknownValue(i, name, b);
personel.push("W");
} else {
personel.push(b);
Expand Down

0 comments on commit 6e44c91

Please sign in to comment.