Skip to content

Commit

Permalink
Merge pull request #493 from bento-platform/fix/missing-dats
Browse files Browse the repository at this point in the history
fix: always include dats_file (even when it's false-like: `{}`)
  • Loading branch information
davidlougheed committed Mar 21, 2024
2 parents 3c23bb8 + 03ce298 commit 8af8e4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chord_metadata_service/chord/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ class DatasetSerializer(GenericSerializer):
"description",
"contact_info",
"linked_field_sets",
"dats_file",
"project",
)

Expand Down

0 comments on commit 8af8e4a

Please sign in to comment.