mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
fix orgnization webhooks (#2422)
* fix org webhooks * remove trace code
This commit is contained in:
@ -142,8 +142,6 @@ func getDiscordPushPayload(p *api.PushPayload, meta *DiscordMeta) (*DiscordPaylo
|
||||
}
|
||||
}
|
||||
|
||||
fmt.Println(text)
|
||||
|
||||
return &DiscordPayload{
|
||||
Username: meta.Username,
|
||||
AvatarURL: meta.IconURL,
|
||||
|
Reference in New Issue
Block a user