Force rebuidl

This commit is contained in:
Frikky
2024-02-01 14:34:29 +01:00
parent 3628812ff6
commit 7dbb1a8b14
+1
View File
@@ -822,6 +822,7 @@ func handleRemoteDownloadApp(resp http.ResponseWriter, ctx context.Context, user
}
defer newresp.Body.Close()
respBody, err := ioutil.ReadAll(newresp.Body)
if err != nil {
log.Printf("[ERROR] Failed setting respbody for workflow download: %s", err)