mirror of
https://github.com/ClusterCockpit/cc-backend
synced 2025-07-23 04:51:39 +02:00
Fix more merge bugs
This commit is contained in:
@@ -341,8 +341,6 @@ func (fsa *FsArchive) ImportJob(
|
||||
}
|
||||
if err := f.Close(); err != nil {
|
||||
log.Warn("Error while closing data.json file")
|
||||
return err
|
||||
|
||||
}
|
||||
return f.Close()
|
||||
return err
|
||||
}
|
||||
|
Reference in New Issue
Block a user