Skip to content

Commit

Permalink
make all days available for product 1
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikchrastek committed Nov 15, 2023
1 parent 3f817ff commit c180884
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/generators/ProductWithAvailabilityModelGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export class ProductWithAvailabilityModelGenerator {
[Day.Mon, 10],
[Day.Tue, 20],
]),
daysClosed: [Day.Sat, Day.Sun],
},
}),
this.generateProduct({
Expand Down

0 comments on commit c180884

Please sign in to comment.