1
0

add test to prove the bug is fixed

This commit is contained in:
Art Lowel
2020-04-07 13:31:17 +02:00
parent 6351a951e7
commit cea01d46f9
2 changed files with 37 additions and 3 deletions

View File

@@ -149,8 +149,7 @@ export class RequestService {
mergeMap((uuid: string) => {
if (isNotEmpty(uuid)) {
return this.getByUUID(uuid);
}
else {
} else {
return [undefined];
}
})