mirror of
https://github.com/bitwarden/cli
synced 2025-12-06 04:23:19 +00:00
pretty print json
This commit is contained in:
@@ -9,8 +9,9 @@ export class FolderResponse extends Folder implements BaseResponse {
|
||||
id: string;
|
||||
|
||||
constructor(o: FolderView) {
|
||||
super(o);
|
||||
super();
|
||||
this.object = 'folder';
|
||||
this.id = o.id;
|
||||
this.build(o);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user