diff --git a/server/lib/formatters/helpers.ts b/server/lib/formatters/helpers.ts index c0b7d29..d5abc43 100644 --- a/server/lib/formatters/helpers.ts +++ b/server/lib/formatters/helpers.ts @@ -195,8 +195,7 @@ export function forgeInfo(event: WebhookEvent, sources?: ForgeSource[]): Neutral return { name: label, url: origin, - iconUrl: - event.provider === "github" ? githubIcon : `${origin}/assets/img/favicon.png`, + iconUrl: event.provider === "github" ? githubIcon : `${origin}/assets/img/favicon.png`, }; } catch { // unparseable repo URL — name only