mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 07:13:32 +00:00
encode command
This commit is contained in:
@@ -125,7 +125,7 @@ export class GetCommand {
|
||||
template = SecureNoteRequest.template();
|
||||
break;
|
||||
default:
|
||||
return Response.badRequest('Unknown object.');
|
||||
return Response.badRequest('Unknown template object.');
|
||||
|
||||
}
|
||||
const res = new TemplateResponse(template);
|
||||
|
||||
Reference in New Issue
Block a user