Browse Source
The created_at field is populated when a log is first inserted into the database, but the validations are run prior to database insertion for a log being created by the API. Therefore if created_at isn't populated we use the current date and time. Also added some time travel to the api test suite because it's creating 2021 logs after the cutoff date.pull/853/head
2 changed files with 6 additions and 1 deletions
Loading…
Reference in new issue