chore!: remove unused token response param (#27805)

This commit is contained in:
Jason Rasmussen
2026-04-15 00:58:00 -04:00
committed by GitHub
parent 6da2d3d587
commit 5f5e3344d5
5 changed files with 1 additions and 45 deletions
@@ -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)),