feat: display availability and item data for library items

This commit is contained in:
Jovan Krunić
2022-09-08 13:02:19 +00:00
committed by Thea Schöbl
parent 605aa1b782
commit d571b1dbe5
25 changed files with 695 additions and 145 deletions

View File

@@ -29,7 +29,7 @@ export class ServiceHandlerInterceptor implements HttpInterceptor {
this.logger.error(errorMessage);
return throwError(errorMessage);
return throwError(error);
}),
);
}