Skip to content

Commit fd1e14a

Browse files
authored
Remove conflicting property
1 parent 88c2c3a commit fd1e14a

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/webid/Agent.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ export class Agent extends TermWrapper {
8181
}
8282

8383
class HasValue extends TermWrapper {
84-
override get value(): string {
85-
return this.hasValue ?? super.value
86-
}
87-
8884
get hasValue(): string | undefined {
8985
return OptionalFrom.subjectPredicate(this, VCARD.hasValue, NamedNodeAs.string)
9086
}

0 commit comments

Comments
 (0)