From 17eefd3c8e1584b4c3f2ef83802e760ef77fcdf7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 01:01:12 +0000 Subject: [PATCH] chore: auto-fix lint & formatting [skip ci] --- server/lib/formatters/helpers.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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