Skip to content

Commit

Permalink
Update views.py
Browse files Browse the repository at this point in the history
change key name per feedback
  • Loading branch information
rathod-b committed Mar 28, 2024
1 parent d21d738 commit 7549c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reoptjl/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -1063,7 +1063,7 @@ def queryset_for_summary(api_metas,summary_dict:dict):
)
if len(abschillTon) > 0:
for m in abschillTon:
summary_dict[str(m.meta.run_uuid)]['size_ton'] = m.size_ton
summary_dict[str(m.meta.run_uuid)]['absorpchl_ton'] = m.size_ton

return summary_dict

Expand Down

0 comments on commit 7549c3d

Please sign in to comment.