Skip to content

Commit

Permalink
fix: Correct typo in model -- required spelled incorrectly
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Curran <[email protected]>

Signed-off-by: Stephen Curran <[email protected]>

Signed-off-by: Stephen Curran <[email protected]>
  • Loading branch information
swcurran authored Nov 25, 2022
1 parent 4d6e970 commit a2e7f9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aries_cloudagent/indy/models/cred_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ class Meta:
unknown = EXCLUDE

prover_did = fields.Str(
requred=True,
required=True,
description="Prover DID",
**INDY_DID,
)
Expand Down

0 comments on commit a2e7f9e

Please sign in to comment.