chore: auto-fix lint & formatting [skip ci]

This commit is contained in:
github-actions[bot] 2026-08-14 01:01:12 +00:00
parent c982356e0c
commit 17eefd3c8e

View file

@ -195,8 +195,7 @@ export function forgeInfo(event: WebhookEvent, sources?: ForgeSource[]): Neutral
return { return {
name: label, name: label,
url: origin, url: origin,
iconUrl: iconUrl: event.provider === "github" ? githubIcon : `${origin}/assets/img/favicon.png`,
event.provider === "github" ? githubIcon : `${origin}/assets/img/favicon.png`,
}; };
} catch { } catch {
// unparseable repo URL — name only // unparseable repo URL — name only