refactor(server): shared link asset access check (#2680)

This commit is contained in:
Jason Rasmussen
2023-06-07 00:34:42 -04:00
committed by GitHub
parent d1b0b64d59
commit 284edd97d6
9 changed files with 39 additions and 38 deletions

View File

@@ -8,6 +8,5 @@ export const newSharedLinkRepositoryMock = (): jest.Mocked<ISharedLinkRepository
create: jest.fn(),
remove: jest.fn(),
update: jest.fn(),
hasAssetAccess: jest.fn(),
};
};