Browse Source

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

tags/v1.21.6
CEnnis91 3 months ago
parent
commit
1aaeec6da7
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      routers/api/packages/swift/swift.go

+ 1
- 1
routers/api/packages/swift/swift.go 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"`
}

Loading…
Cancel
Save