pyl is passing

This commit is contained in:
jasquat 2024-05-17 14:37:37 -04:00
parent 2891ef5194
commit a6bc8c76e4
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ def process_instance_list(
user=g.user,
)
json_data_hash = CompressedDataModel.create_and_insert_json_data_from_dict(body["report_metadata"])
json_data_hash = CompressedDataModel.create_and_insert_compressed_data_from_dict(body["report_metadata"])
db.session.commit()
response_json["report_hash"] = json_data_hash