Fix swift packages not resolving (#29095)

Fixes #29094
pull/29096/head^2
CEnnis91 9 months ago committed by GitHub
parent 37191dcfbd
commit 6be3fda6fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      routers/api/packages/swift/swift.go

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

Loading…
Cancel
Save