fix(jar): bug on remove temporary jar

This commit is contained in:
2024-12-08 19:25:31 +03:30
parent 91ccfebfeb
commit 0993ed4cb1
2 changed files with 5 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ func (JarFile *JarFile) Upload(flinkClient *api.Client) (fileName string, err er
if resp.Status != "success" {
err = errors.New("jar upload was not success")
}
JarFile.filePath = fileName
return
}