[MM-10768] Migrate "Channel.SaveDirectChannel" to Sync by default (#10846)
Этот коммит содержится в:
коммит произвёл
Hanzei
родитель
2d3e417833
Коммит
fab2e349b3
@@ -56,9 +56,9 @@ func (a *App) BulkImport(fileReader io.Reader, dryRun bool, workers int) (*model
|
||||
}
|
||||
|
||||
if lineNumber == 1 {
|
||||
importDataFileVersion, apperr := processImportDataFileVersionLine(line)
|
||||
if apperr != nil {
|
||||
return apperr, lineNumber
|
||||
importDataFileVersion, appErr := processImportDataFileVersionLine(line)
|
||||
if appErr != nil {
|
||||
return appErr, lineNumber
|
||||
}
|
||||
|
||||
if importDataFileVersion != 1 {
|
||||
|
||||
Ссылка в новой задаче
Block a user