1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

update deps and run prettier

This commit is contained in:
William Martin
2024-07-25 13:58:42 -04:00
parent ac0fe7d606
commit 61759567aa
18 changed files with 27 additions and 27 deletions

View File

@@ -38,7 +38,7 @@ export class ExportCommand {
// format is 'undefined' => Defaults to 'csv'
// Any other case => returns the options.format
const format =
password && options.format == "json" ? "encrypted_json" : options.format ?? "csv";
password && options.format == "json" ? "encrypted_json" : (options.format ?? "csv");
if (!this.isSupportedExportFormat(format)) {
return Response.badRequest(