Skip to content

Commit

Permalink
Fix swift packages not resolving (#29095) (#29102)
Browse files Browse the repository at this point in the history
  • Loading branch information
CEnnis91 committed Feb 8, 2024
1 parent 315155f commit 1aaeec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routers/api/packages/swift/swift.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}
Expand Down

0 comments on commit 1aaeec6

Please sign in to comment.