mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-15 15:53:41 +00:00
Upgrade prettier (#409)
This commit is contained in:
@@ -29,7 +29,7 @@ export class Collection extends Domain {
|
||||
readOnly: null,
|
||||
hidePasswords: null,
|
||||
},
|
||||
["id", "organizationId", "externalId", "readOnly", "hidePasswords"]
|
||||
["id", "organizationId", "externalId", "readOnly", "hidePasswords"],
|
||||
);
|
||||
}
|
||||
|
||||
@@ -39,7 +39,7 @@ export class Collection extends Domain {
|
||||
{
|
||||
name: null,
|
||||
},
|
||||
this.organizationId
|
||||
this.organizationId,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user