mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-04-12 13:20:43 -04:00
A job will always have statistics. It’s always assigned:bcfa83de79/app/job/rest.py (L48)And the structure should always be the same, even if the counts are zero because they’re generated from this query:668e6c9716/app/dao/jobs_dao.py (L11-L22)This line suggests that it’s a hangover from the aggregate tables:8c159da3ea (diff-9886486bf41b0680d23588b190c252eaL24)Since it’s no long necessary this commit removes it.