Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martinsaporiti committed Nov 6, 2023
1 parent 4a0f14e commit ad358e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/core/services/claims.go
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,6 @@ func (c *claim) GetCredentialQrCode(ctx context.Context, issID *w3c.DID, id uuid
}

claim, err := c.GetByID(ctx, issID, id)

if err != nil {
return "", "", err
}
Expand Down

0 comments on commit ad358e0

Please sign in to comment.