Fix failure
Some checks failed
Tests / Declarative: Post Actions No test results found
OB/TallerCiCd/pipeline/pr-main Something is wrong with the build of this commit

This commit is contained in:
2026-02-15 19:21:37 +01:00
parent 7b927b4243
commit 365eab8688

View File

@@ -23,7 +23,7 @@ from app.settings import settings
def _sort_builds(builds: List[Dict]) -> List[Dict]:
return sorted(builds, key=lambda build: build.get("number", 0), reverse=True);
return sorted(builds, key=lambda build: build.get("number", 0), reverse=True)
def normalize_build(build: Dict) -> Dict: