mirror of
https://github.com/bitwarden/directory-connector
synced 2025-12-25 20:53:36 +00:00
Apply Prettier (#194)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
export abstract class Entry {
|
||||
referenceId: string;
|
||||
externalId: string;
|
||||
referenceId: string;
|
||||
externalId: string;
|
||||
|
||||
get displayName(): string {
|
||||
return this.referenceId;
|
||||
}
|
||||
get displayName(): string {
|
||||
return this.referenceId;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user