1
0
mirror of https://github.com/bitwarden/cli synced 2026-01-09 03:33:13 +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;
}
}