mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 07:23:03 +00:00
add test to prove the bug is fixed
This commit is contained in:
@@ -149,8 +149,7 @@ export class RequestService {
|
||||
mergeMap((uuid: string) => {
|
||||
if (isNotEmpty(uuid)) {
|
||||
return this.getByUUID(uuid);
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
return [undefined];
|
||||
}
|
||||
})
|
||||
|
Reference in New Issue
Block a user