mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-17 16:53:25 +00:00
Upgrade prettier (#409)
This commit is contained in:
@@ -32,7 +32,7 @@ export class SendAccess extends Domain {
|
||||
expirationDate: null,
|
||||
creatorIdentifier: null,
|
||||
},
|
||||
["id", "expirationDate", "creatorIdentifier"]
|
||||
["id", "expirationDate", "creatorIdentifier"],
|
||||
);
|
||||
|
||||
this.type = obj.type;
|
||||
@@ -58,7 +58,7 @@ export class SendAccess extends Domain {
|
||||
name: null,
|
||||
},
|
||||
null,
|
||||
key
|
||||
key,
|
||||
);
|
||||
|
||||
switch (this.type) {
|
||||
|
||||
Reference in New Issue
Block a user