mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 08:13:42 +00:00
fix model bug
This commit is contained in:
@@ -30,7 +30,7 @@ export class OrganizationUserUserDetailsResponse extends OrganizationUserRespons
|
|||||||
}
|
}
|
||||||
|
|
||||||
export class OrganizationUserDetailsResponse extends OrganizationUserResponse {
|
export class OrganizationUserDetailsResponse extends OrganizationUserResponse {
|
||||||
collections: SelectionReadOnlyResponse;
|
collections: SelectionReadOnlyResponse[] = [];
|
||||||
|
|
||||||
constructor(response: any) {
|
constructor(response: any) {
|
||||||
super(response);
|
super(response);
|
||||||
|
|||||||
Reference in New Issue
Block a user