mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-22 08:21:13 -05:00
fix dao_get_jobs_by_service_id
statuses now defaults to correct val
This commit is contained in:
@@ -313,6 +313,7 @@ JOB_STATUS_TYPES = [
|
||||
JOB_STATUS_CANCELLED
|
||||
]
|
||||
|
||||
|
||||
class JobStatus(db.Model):
|
||||
__tablename__ = 'job_status'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user