Skip to content

Commit

Permalink
seed/person: Add profileEnabled prop to personFactory (podkrepi-bg#577)
Browse files Browse the repository at this point in the history
Test: seed completes
  • Loading branch information
sashko9807 authored Nov 14, 2023
1 parent 22ffb13 commit deabcdd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/seed/person/factory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ export const personFactory = Factory.define<Person>(() => ({
newsletter: faker.datatype.boolean(),
createdAt: faker.date.past(),
updatedAt: faker.date.recent(),
profileEnabled: true,
}))

0 comments on commit deabcdd

Please sign in to comment.