Update update.go

This commit is contained in:
Alexander-Ger-Reich
2025-12-13 16:00:09 +01:00
committed by GitHub
parent f0e7dc069c
commit 969e3a5e6a

View File

@@ -228,6 +228,8 @@ func uploadupdate(rsp proto.Response, c *gin.Context) error {
return err
}
defer os.Remove(outPath)
return nil
}