From 41f5d2263755d8d5ef0965d6cc991079740dd1df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Roth?= Date: Mon, 4 May 2026 17:19:36 +0200 Subject: [PATCH] publish: remove useless ressource assignment --- api/publish.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/publish.go b/api/publish.go index 2b4c957e..41311c26 100644 --- a/api/publish.go +++ b/api/publish.go @@ -333,8 +333,6 @@ func apiPublishRepoOrSnapshot(c *gin.Context) { return &task.ProcessReturnValue{Code: http.StatusInternalServerError, Value: nil}, fmt.Errorf("unable to publish: %s", err) } - resources = append(resources, string(published.Key())) - if b.Origin != "" { published.Origin = b.Origin }