Merge remote-tracking branch 'origin/bvander/worker-thread-auth-hack' into bvander/worker-thread-auth-hack
# Conflicts: # src/app/_services/user.service.ts
This commit is contained in:
commit
53c547e5c4
@ -252,7 +252,7 @@ export class UserService {
|
|||||||
async getAccountByAddress(
|
async getAccountByAddress(
|
||||||
accountAddress: string,
|
accountAddress: string,
|
||||||
limit: number = 100,
|
limit: number = 100,
|
||||||
history: boolean = false
|
history: boolean = false,
|
||||||
): Promise<Observable<AccountDetails>> {
|
): Promise<Observable<AccountDetails>> {
|
||||||
const accountSubject: Subject<any> = new Subject<any>();
|
const accountSubject: Subject<any> = new Subject<any>();
|
||||||
this.getAccountDetailsFromMeta(await User.toKey(add0x(accountAddress)))
|
this.getAccountDetailsFromMeta(await User.toKey(add0x(accountAddress)))
|
||||||
|
Loading…
Reference in New Issue
Block a user