mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-30 05:37:05 +02:00
Fixed tracking import errors
This commit is contained in:
parent
0045a5096e
commit
3ccbb20a9e
2 changed files with 4 additions and 0 deletions
|
@ -181,6 +181,7 @@ func (i *ImportResult) Update(from ImportResult) {
|
|||
i.TotalCount = from.TotalCount
|
||||
i.ImportCount = from.ImportCount
|
||||
i.UpdateTimestamp(from.LastTimestamp)
|
||||
i.ImportErrors = append(i.ImportErrors, from.ImportErrors...)
|
||||
}
|
||||
|
||||
type Progress struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue