Skip to content

Commit

Permalink
must be int
Browse files Browse the repository at this point in the history
  • Loading branch information
cl0ete committed Oct 16, 2024
1 parent f631177 commit 440a65b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/services/onboarding/util/register_issuer_did.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
)
from shared import ACAPY_ENDORSER_ALIAS

MAX_ATTEMPTS = os.getenv("WAIT_ISSUER_DID_MAX_ATTEMPTS", 60)
MAX_ATTEMPTS = int(os.getenv("WAIT_ISSUER_DID_MAX_ATTEMPTS", "60"))


async def create_connection_with_endorser(
Expand Down

0 comments on commit 440a65b

Please sign in to comment.