mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 02:33:46 +00:00
bulk move/delete apis
This commit is contained in:
@@ -3,7 +3,7 @@ export class CipherBulkMoveRequest {
|
||||
folderId: string;
|
||||
|
||||
constructor(ids: string[], folderId: string) {
|
||||
this.ids = ids;
|
||||
this.ids = ids == null ? [] : ids;
|
||||
this.folderId = folderId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user