This commit is contained in:
Cayo Puigdefabregas 2024-11-20 12:03:20 +01:00
parent b759c53e75
commit 88e036eb3c
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ def save_proof(signature, ev_uuid, result, proof_type, user):
d = {
"type": proof_type,
"timestamp": timestamp,
"issuer": user.institution.id,
"issuer": user.institution,
"user": user,
"uuid": ev_uuid,
"signature": signature,