Skip to content

Commit 1e19297

Browse files
jeswrlangsamu
andauthored
Apply suggestion from @langsamu
Co-authored-by: Samu Lang <langsamu@users.noreply.github.com>
1 parent 7bdceb8 commit 1e19297

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/webid/Agent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ export class Agent extends TermWrapper {
6363
return SetFrom.subjectPredicate(this, SOLID.storage, NamedNodeAs.string, NamedNodeFrom.string)
6464
}
6565

66-
get oidcIssuers(): Set<string> {
66+
get oidcIssuer(): Set<string> {
6767
return SetFrom.subjectPredicate(this, SOLID.oidcIssuer, NamedNodeAs.string, NamedNodeFrom.string)
6868
}
6969

0 commit comments

Comments
 (0)