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

Use undefined instead of null

This commit is contained in:
Daniel James Smith
2025-09-05 18:47:10 +02:00
parent 0bf153bc19
commit 1bcdd80eea

View File

@@ -15,7 +15,7 @@ export class DefaultVaultExportApiService implements VaultExportApiService {
const r = await this.apiService.send(
"GET",
"/organizations/" + organizationId + "/export",
null,
undefined,
true,
true,
);