This commit is contained in:
Daniel 2024-12-27 10:16:44 +08:00
parent 91a768e4e7
commit e643d7106f
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017
2 changed files with 1 additions and 1 deletions

View File

@ -135,6 +135,7 @@ func importData(c *gin.Context) {
return
}
file := form.File["file"][0]
logging.LogInfof("import data [name=%s, size=%d]", file.Filename, file.Size)
fileReader, err := file.Open()
if err != nil {
logging.LogErrorf("open upload file failed: %s", err)

View File

@ -1556,7 +1556,6 @@ func processSyncMergeResult(exit, byHand bool, mergeResult *dejavu.MergeResult,
}
planSyncAfter(delay)
}
util.PushClearProgress()
return
}