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

This commit is contained in:
CEnnis91 2024-02-08 13:26:54 -05:00 committed by GitHub
parent 315155fab0
commit 1aaeec6da7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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