Skip to content

Commit

Permalink
Report ID should be stored in db as an integer not as a string
Browse files Browse the repository at this point in the history
  • Loading branch information
alexiswl committed Nov 6, 2024
1 parent ed0e7f3 commit c097cd6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ def handler(event, context):
"S": job_status
},
":report_id": {
"S": reportjob_obj.get("id")
"N": reportjob_obj.get("id")
},
":report_status": {
"S": report_status
Expand Down

0 comments on commit c097cd6

Please sign in to comment.