mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
[CST-5729] Fix lint
This commit is contained in:
@@ -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}'`);
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user