mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Since the admin app won’t be checking the metadata when it starts a job now it’s possible that someone could make a post request which attempts to start a job for an invalid file. This commit adds a check to make sure that can’t happen. This is more of an extra safety thing, rather than something that the admin app or a user will see.