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:
@@ -15,7 +15,7 @@ export class DefaultVaultExportApiService implements VaultExportApiService {
|
||||
const r = await this.apiService.send(
|
||||
"GET",
|
||||
"/organizations/" + organizationId + "/export",
|
||||
null,
|
||||
undefined,
|
||||
true,
|
||||
true,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user