1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-21 02:33:46 +00:00

get org collection

This commit is contained in:
Kyle Spearrin
2019-09-25 17:11:48 -04:00
parent 7ab60c1f76
commit 77d24f6b8a
3 changed files with 38 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ export class OrganizationCollectionResponse extends CollectionResponse {
constructor(o: CollectionView, groups: SelectionReadOnly[]) {
super(o);
this.object = 'org-collection';
this.groups = groups;
}
}