Skip to content

Commit

Permalink
Fix blessed calcs projection (#947)
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Munro <jasonmunro@Jasons-MBP.dhcp.lbl.gov>
  • Loading branch information
munrojm and Jason Munro committed Feb 29, 2024
1 parent 3e99348 commit 75140cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def blessed_tasks_resource(materials_store):
LicenseQuery(),
SparseFieldsQuery(
MaterialsDoc,
default_fields=["material_id", "last_updated"],
default_fields=["material_id", "last_updated", "entries"],
),
],
key_fields=[
Expand Down

0 comments on commit 75140cd

Please sign in to comment.