mirror of
https://github.com/bitwarden/jslib
synced 2025-12-10 13:23:15 +00:00
Set default argument values
This commit is contained in:
@@ -59,8 +59,8 @@ export class CryptoService implements CryptoServiceAbstraction {
|
|||||||
}
|
}
|
||||||
|
|
||||||
async setOrgKeys(
|
async setOrgKeys(
|
||||||
orgs: ProfileOrganizationResponse[],
|
orgs: ProfileOrganizationResponse[] = [],
|
||||||
providerOrgs: ProfileProviderOrganizationResponse[]
|
providerOrgs: ProfileProviderOrganizationResponse[] = []
|
||||||
): Promise<void> {
|
): Promise<void> {
|
||||||
const encOrgKeyData: { [orgId: string]: EncryptedOrganizationKeyData } = {};
|
const encOrgKeyData: { [orgId: string]: EncryptedOrganizationKeyData } = {};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user