Skip to content

Commit

Permalink
fix: crud
Browse files Browse the repository at this point in the history
  • Loading branch information
Leechael committed Oct 30, 2024
1 parent d111278 commit b277e81
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion dcap-attestation/src/dcap_attestation/crud.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ def create_quote(db: Session, quote: schemas.Quote):
rtmr2=quote.body.rtmr2,
rtmr3=quote.body.rtmr3,
reportdata=quote.body.reportdata,
cert_data=quote.cert_data
cert_data=quote.cert_data,
verified=quote.verified
)
db_quote.checksum = checksum
db.add(db_quote)
Expand Down

0 comments on commit b277e81

Please sign in to comment.