Skip to content

Commit

Permalink
Fixed types
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaPolit committed Sep 23, 2024
1 parent 03de7d2 commit b7ef194
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/api/utils/fixturesFactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ function getFixturesFactory() {
suggestedValue: '',
date: 1001,
state: {
labeled: false,
withValue: true,
withSuggestion: false,
hasContext: false,
Expand Down Expand Up @@ -375,6 +376,7 @@ function getFixturesFactory() {
suggestedValue: '',
date: 1,
state: {
labeled: false,
withValue: true,
withSuggestion: false,
hasContext: false,
Expand Down

0 comments on commit b7ef194

Please sign in to comment.