We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df481c0 commit 81c3f9dCopy full SHA for 81c3f9d
internal/api/handlers/update.go
@@ -54,6 +54,7 @@ func HandleCheckUpgradable(updater *update.Manager) http.HandlerFunc {
54
Code: string(code),
55
Details: err.Error(),
56
})
57
+ return
58
}
59
if len(pkgs) == 0 {
60
render.EncodeResponse(w, http.StatusNoContent, nil)
0 commit comments