fix: fix linting issues

This commit is contained in:
Yarmo Mackenbach 2023-07-10 10:39:00 +02:00
parent 6eb2435127
commit decda24d26
No known key found for this signature in database
GPG key ID: 3C57D093219103A3

View file

@ -328,7 +328,7 @@ export class Claim {
displayName = this._matches[0].profile.display
displayUrl = this._matches[0].profile.uri
displayServiceProviderName = this._matches[0].about.name
} else if (this._status == ClaimStatus.MATCHED && !this.isAmbiguous()) {
} else if (this._status === ClaimStatus.MATCHED && !this.isAmbiguous()) {
displayName = this._matches[0].profile.display
displayUrl = this._matches[0].profile.uri
displayServiceProviderName = this._matches[0].about.name