Skip to content

Commit

Permalink
updated latest_sample_information_update to now()
Browse files Browse the repository at this point in the history
  • Loading branch information
ayobi committed Feb 6, 2024
1 parent 637a851 commit b82a757
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion microsetta_private_api/repo/sample_repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ def update_info(self, account_id, source_id, sample_info,
sample_time,
sample_info.site,
sample_info.notes,
datetime.datetime.utcnow(),
datetime.datetime.now(),
sample_info.id
))

Expand Down

0 comments on commit b82a757

Please sign in to comment.