Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
netervati committed Jun 17, 2024
1 parent 014f001 commit 6310083
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions server/utils/generateModelData.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ function setValue(schema: FakeSchema) {
case 'timestamp':
return faker.date.between({
from: schema.range.start,
to: schema.range.end
})
to: schema.range.end,
});
}
}

Expand Down

0 comments on commit 6310083

Please sign in to comment.