[CST-5729] Fix lint

This commit is contained in:
Giuseppe Digilio
2023-05-15 16:58:20 +02:00
parent a1b27a5fb3
commit 10c6b03c40

View File

@@ -88,7 +88,7 @@ export class ItemPageComponent implements OnInit, OnDestroy {
href: link.href,
type: link.type,
rel: link.rel
})
});
});
this.responseService.setHeader('Link', links);
@@ -117,6 +117,6 @@ export class ItemPageComponent implements OnInit, OnDestroy {
ngOnDestroy(): void {
this.signpostingLinks.forEach((link: SignpostingLink) => {
this.linkHeadService.removeTag(`href='${link.href}'`);
})
});
}
}