diff --git a/backend/app/services/builds.py b/backend/app/services/builds.py index 1affdec..93da222 100644 --- a/backend/app/services/builds.py +++ b/backend/app/services/builds.py @@ -45,7 +45,7 @@ def normalize_build(build: Dict) -> Dict: "duration_seconds": build.get("duration", 0) // 1000, "url": build.get("url"), "commits": commits, - }; + } def _auth_header() -> Dict[str, str]: