1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05:00

Remove unnecessary change

This commit is contained in:
Lunny Xiao 2025-01-26 18:33:15 -08:00
parent 3831c6c84b
commit f6ef53362c
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A

View File

@ -480,7 +480,6 @@ type PackagePayload struct {
Action HookPackageAction `json:"action"`
Repository *Repository `json:"repository"`
Package *Package `json:"package"`
Status *CommitStatus `json:"status"`
Organization *User `json:"organization"`
Sender *User `json:"sender"`
}