Skip to content

Commit a2e7f9e

Browse files
authored
fix: Correct typo in model -- required spelled incorrectly
Signed-off-by: Stephen Curran <swcurran@gmail.com> Signed-off-by: Stephen Curran <swcurran@cloudcompass.ca> Signed-off-by: Stephen Curran <swcurran@gmail.com>
1 parent 4d6e970 commit a2e7f9e

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)