1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

PM-14445: Wrong formatting due to merge conflict

This commit is contained in:
Maciej Zieniuk
2024-11-05 12:25:33 +00:00
parent 6340bac6f2
commit 91fc1fa630
48 changed files with 69 additions and 69 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(