format
This commit is contained in:
parent
c50fbbeaf8
commit
7e7f917750
|
@ -224,7 +224,7 @@ export class UsersService {
|
|||
|
||||
let callback = this.clientCommunityApp
|
||||
.send<string>(pattern, payload)
|
||||
.pipe( map((response: string) => ({ response })))
|
||||
.pipe(map((response: string) => ({ response })))
|
||||
const finalValue = await lastValueFrom(callback);
|
||||
const response = finalValue['response'];
|
||||
const houses = response['houses'];
|
||||
|
|
Loading…
Reference in New Issue