itsadityagupta / track-job-applications

A CLI application to track job applications and provide relevant metrics on them.
https://pypi.org/project/track-job-applications/
MIT License
2 stars 2 forks source link

[BUG] updated_at field not updating after successful updates #30

Closed itsadityagupta closed 2 years ago

itsadityagupta commented 2 years ago

Describe the bug The updated_at field is supposedly not updated in all the update commands

To Reproduce Steps to reproduce the behaviour:

  1. run track-job update company <application-id> <new-company name>

Expected behaviour updated_at field should be updated with the current date

Screenshots NA

itsadityagupta commented 2 years ago

Fixed in #32