Fix failure

This commit is contained in:
2026-02-15 19:28:08 +01:00
parent 9f5cbc8d45
commit 05ee4d96f6

View File

@@ -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]: