Skip to content

Commit 2309522

Browse files
authored
Merge branch 'main' into multi-issues-2
2 parents 8699b1d + 6629d7d commit 2309522

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aries_cloudagent/indy/models/cred_request.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class Meta:
4444
unknown = EXCLUDE
4545

4646
prover_did = fields.Str(
47-
requred=True,
47+
required=True,
4848
description="Prover DID",
4949
**INDY_DID,
5050
)

0 commit comments

Comments
 (0)