diff --git a/src/app/core/data/access-status-data.service.ts b/src/app/core/data/access-status-data.service.ts index 215ef6b4a60..8ab206583da 100644 --- a/src/app/core/data/access-status-data.service.ts +++ b/src/app/core/data/access-status-data.service.ts @@ -33,7 +33,7 @@ export class AccessStatusDataService extends BaseDataService findItemAccessStatusFor(item: Item): Observable> { return this.findByHref(item._links.accessStatus.href); } - + /** * Returns {@link RemoteData} of {@link AccessStatusObject} that is the access status of the given bitstream * @param bitstream Bitstream we want the access status of