mirror of
https://github.com/bitwarden/clients.git
synced 2026-07-07 21:10:55 +08:00
specify any type
This commit is contained in:
parent
a097ef9bea
commit
3aebe1a09a
@ -34,6 +34,6 @@ export class AuditService implements AuditServiceAbstraction {
|
||||
throw new Error();
|
||||
}
|
||||
const responseJson = await response.json();
|
||||
return responseJson.map((a) => new BreachAccountResponse(a));
|
||||
return responseJson.map((a: any) => new BreachAccountResponse(a));
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user