Fix swift packages not resolving (#29095) (#29102)

(cherry picked from commit 1aaeec6da7fdbbe363e417a0445f21ed3b750aba)
This commit is contained in:
CEnnis91 2024-02-08 13:26:54 -05:00 committed by Earl Warren
parent 614ba2b257
commit fab6780fda
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00

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"`
}