Skip to content

Commit 032133d

Browse files
committed
Merge branch 'add_ci_status' of github.com:VectorInstitute/implementation-catalog into add_ci_status
2 parents 00f111d + fd51030 commit 032133d

File tree

1 file changed

+1
-1
lines changed
  • catalog-analytics/app/api/github/ci-status

1 file changed

+1
-1
lines changed

catalog-analytics/app/api/github/ci-status/route.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export async function POST(request: Request) {
173173
details: `${checkRuns.length} check(s)`,
174174
};
175175
} catch (error) {
176-
console.error(`Error fetching CI status for ${repo_id}:`, error);
176+
console.error('Error fetching CI status for %s:', repo_id, error);
177177
return {
178178
repo_id,
179179
state: 'unknown' as const,

0 commit comments

Comments
 (0)