We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00f111d + fd51030 commit 032133dCopy full SHA for 032133d
catalog-analytics/app/api/github/ci-status/route.ts
@@ -173,7 +173,7 @@ export async function POST(request: Request) {
173
details: `${checkRuns.length} check(s)`,
174
};
175
} catch (error) {
176
- console.error(`Error fetching CI status for ${repo_id}:`, error);
+ console.error('Error fetching CI status for %s:', repo_id, error);
177
return {
178
repo_id,
179
state: 'unknown' as const,
0 commit comments