mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(web) add disable property to generated shared link (#1287)
This commit is contained in:
parent
acffabf9de
commit
2ffb7cab2e
2 changed files with 1 additions and 2 deletions
|
|
@ -48,7 +48,6 @@ export class ShareCore {
|
|||
|
||||
async getSharedLinkById(id: string): Promise<SharedLinkEntity> {
|
||||
const link = await this.sharedLinkRepository.getById(id);
|
||||
console.log(link);
|
||||
if (!link) {
|
||||
throw new BadRequestException('Shared link not found');
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue