mirror of
https://github.com/immich-app/immich.git
synced 2026-05-18 03:10:24 +03:00
chore!: remove unused token response param (#27805)
This commit is contained in:
@@ -6,7 +6,6 @@ export const sharedLinkFactory = Sync.makeFactory<SharedLinkResponseDto>({
|
||||
id: Sync.each(() => faker.string.uuid()),
|
||||
description: Sync.each(() => faker.word.sample()),
|
||||
password: Sync.each(() => faker.word.sample()),
|
||||
token: Sync.each(() => faker.word.sample()),
|
||||
userId: Sync.each(() => faker.string.uuid()),
|
||||
key: Sync.each(() => faker.word.sample()),
|
||||
type: Sync.each(() => faker.helpers.enumValue(SharedLinkType)),
|
||||
|
||||
Reference in New Issue
Block a user