From 1aaeec6da7fdbbe363e417a0445f21ed3b750aba Mon Sep 17 00:00:00 2001 From: CEnnis91 Date: Thu, 8 Feb 2024 13:26:54 -0500 Subject: [PATCH] Fix swift packages not resolving (#29095) (#29102) --- routers/api/packages/swift/swift.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/routers/api/packages/swift/swift.go b/routers/api/packages/swift/swift.go index 427e262d06..6ad289e51e 100644 --- a/routers/api/packages/swift/swift.go +++ b/routers/api/packages/swift/swift.go @@ -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"` }