mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-02 17:48:50 -04:00
Remove job_status from allowed properties
We can’t guarantee it’s always present, so shouldn’t allow direct access to it.
This commit is contained in:
@@ -24,7 +24,6 @@ class Job(JSONModel):
|
||||
'original_file_name',
|
||||
'created_at',
|
||||
'notification_count',
|
||||
'job_status',
|
||||
'created_by',
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user