Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
woutslakhorst committed Dec 4, 2023
1 parent 19918d7 commit 3f46387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vcr/api/vcr/v2/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ func (w *Wrapper) LoadVC(ctx context.Context, request LoadVCRequestObject) (Load
if err != nil {
return nil, core.InvalidInputError("invalid holder did: %w", err)
}
// VCs can only be added to the wallet of the credentialSubject.ID

if request.Body == nil {
return nil, core.InvalidInputError("missing credential in body")
}
Expand Down

0 comments on commit 3f46387

Please sign in to comment.