Merge pull request #923 from GSA/notify-admin-487

notify-admin-487 platform admin view errors
This commit is contained in:
Carlo Costino
2023-11-14 16:42:16 -05:00
committed by GitHub

View File

@@ -689,7 +689,6 @@ def format_stats_by_service(services):
"name": service["name"],
"stats": service["statistics"],
"restricted": service["restricted"],
"research_mode": service["research_mode"],
"created_at": service["created_at"],
"active": service["active"],
}