mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 14:53:33 +00:00
get templates
This commit is contained in:
@@ -9,7 +9,7 @@ export class DeleteCommand {
|
||||
constructor(private cipherService: CipherService, private folderService: FolderService) { }
|
||||
|
||||
async run(object: string, id: string, cmd: program.Command): Promise<Response> {
|
||||
switch (object) {
|
||||
switch (object.toLowerCase()) {
|
||||
case 'item':
|
||||
return await this.deleteCipher(id);
|
||||
case 'folder':
|
||||
|
||||
Reference in New Issue
Block a user