Skip to content

Commit

Permalink
avoids serializing last_indexed timestamps
Browse files Browse the repository at this point in the history
  • Loading branch information
SandyRogers committed Jan 17, 2024
1 parent 67edbcd commit 0e21458
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion emgapi/serializers.py
Original file line number Diff line number Diff line change
Expand Up @@ -1020,7 +1020,8 @@ class Meta:
'secondary_accession',
'is_suppressed',
'suppressed_at',
'suppression_reason'
'suppression_reason',
'last_indexed'
)


Expand Down Expand Up @@ -1409,6 +1410,7 @@ class Meta:
'is_suppressed',
'suppression_reason',
'suppressed_at',
'last_indexed',
)


Expand Down

0 comments on commit 0e21458

Please sign in to comment.