Skip to content

Commit

Permalink
fixing type error
Browse files Browse the repository at this point in the history
  • Loading branch information
psachmann committed Feb 3, 2025
1 parent f212f56 commit 1e684e9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const columnBoardFactory = Factory.define<BoardResponse>(({ sequence }) =
columns: [columnFactory.build(), columnFactory.build()],
isVisible: faker.datatype.boolean(),
layout: faker.lorem.word(),
features: [],
timestamps: {
createdAt: faker.date.recent().toISOString(),
lastUpdatedAt: faker.date.recent().toISOString(),
Expand Down

0 comments on commit 1e684e9

Please sign in to comment.