This commit is contained in:
Min Idzelis 2025-04-24 00:09:11 +00:00
parent 89bfa692b1
commit 77121a0e07

View File

@ -42,4 +42,9 @@ export const timelineAssetFactory = Sync.makeFactory<TimelineAsset>({
stack: null, stack: null,
projectionType: null, projectionType: null,
livePhotoVideoId: Sync.each(() => faker.string.uuid()), livePhotoVideoId: Sync.each(() => faker.string.uuid()),
text: Sync.each(() => ({
city: faker.location.city(),
country: faker.location.country(),
people: [faker.person.fullName()],
})),
}); });