forked from forgejo/forgejo
fix orgnization webhooks (#2422)
* fix org webhooks * remove trace code
This commit is contained in:
parent
5de94a67cf
commit
04ec79579c
4 changed files with 18 additions and 6 deletions
|
@ -142,8 +142,6 @@ func getDiscordPushPayload(p *api.PushPayload, meta *DiscordMeta) (*DiscordPaylo
|
|||
}
|
||||
}
|
||||
|
||||
fmt.Println(text)
|
||||
|
||||
return &DiscordPayload{
|
||||
Username: meta.Username,
|
||||
AvatarURL: meta.IconURL,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue