Skip to content

Commit

Permalink
Conflict operator with documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Leautp authored Aug 14, 2024
1 parent 37965b5 commit 7baa4a6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class RefreshCredentialUseCase
profileDid: param.credential.did,
);

if (claimEntity.id == param.credential.id) {
if (claimEntity.id != param.credential.id) {
await _removeClaimsUseCase.execute(
param: RemoveClaimsParam(
claimIds: [param.credential.id],
Expand Down

0 comments on commit 7baa4a6

Please sign in to comment.