Skip to content

Commit

Permalink
removed 5 things from dataset serializer
Browse files Browse the repository at this point in the history
  • Loading branch information
munishmangla98 committed Jan 17, 2025
1 parent 689861b commit 872cef8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions backend/dataset/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,14 @@ class Meta:
"public_to_managers",
"organisation_id",
"workspace_id",
"users",
"created_by",
"created_at",
"last_updated",
"file_format",
"file_path",
"size",
"record_count",
"status",
"last_upload_status",
"last_upload_date",
"last_upload_time",
"last_upload_result",
"status"
]


Expand Down

0 comments on commit 872cef8

Please sign in to comment.