0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-04-28 04:46:20 +02:00

Fix swift packages not resolving ()

Fixes 
This commit is contained in:
CEnnis91 2024-02-08 01:45:44 -05:00 committed by GitHub
parent 37191dcfbd
commit 6be3fda6fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -157,7 +157,7 @@ func EnumeratePackageVersions(ctx *context.Context) {
}
type Resource struct {
Name string `json:"id"`
Name string `json:"name"`
Type string `json:"type"`
Checksum string `json:"checksum"`
}