mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-22 16:11:29 +00:00
chore: auto-fix lint & formatting [skip ci]
This commit is contained in:
parent
c982356e0c
commit
17eefd3c8e
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue