mirror of
https://github.com/immich-app/immich
synced 2025-10-17 18:19:27 +00:00
fix: replace first and last name with single field (#4915)
This commit is contained in:
parent
413ab2c538
commit
7fca0d8da5
98 changed files with 567 additions and 1147 deletions
|
|
@ -5,8 +5,7 @@ import { Sync } from 'factory.ts';
|
|||
export const userFactory = Sync.makeFactory<UserResponseDto>({
|
||||
id: Sync.each(() => faker.datatype.uuid()),
|
||||
email: Sync.each(() => faker.internet.email()),
|
||||
firstName: Sync.each(() => faker.name.firstName()),
|
||||
lastName: Sync.each(() => faker.name.lastName()),
|
||||
name: Sync.each(() => faker.name.fullName()),
|
||||
storageLabel: Sync.each(() => faker.random.alphaNumeric()),
|
||||
externalPath: Sync.each(() => faker.random.alphaNumeric()),
|
||||
profileImagePath: '',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue