|
@@ -48,7 +48,6 @@ export class ShareCore {
|
|
|
|
|
|
async getSharedLinkById(id: string): Promise<SharedLinkEntity> {
|
|
async getSharedLinkById(id: string): Promise<SharedLinkEntity> {
|
|
const link = await this.sharedLinkRepository.getById(id);
|
|
const link = await this.sharedLinkRepository.getById(id);
|
|
- console.log(link);
|
|
|
|
if (!link) {
|
|
if (!link) {
|
|
throw new BadRequestException('Shared link not found');
|
|
throw new BadRequestException('Shared link not found');
|
|
}
|
|
}
|