Skip to content

Commit

Permalink
Add timeframes to copier
Browse files Browse the repository at this point in the history
  • Loading branch information
irees committed Dec 18, 2024
1 parent 51af76b commit 45cd2bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copier/copier.go
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,7 @@ func (copier *Copier) Copy() *Result {
func() error { return batchCopy(copier, batchChan(r.FeedInfos(), bs, nil)) },
func() error { return batchCopy(copier, batchChan(r.Translations(), bs, nil)) },
func() error { return batchCopy(copier, batchChan(r.Attributions(), bs, nil)) },
func() error { return batchCopy(copier, batchChan(r.Timeframes(), bs, nil)) },
func() error { return batchCopy(copier, batchChan(r.Networks(), bs, nil)) },
func() error { return batchCopy(copier, batchChan(r.RouteNetworks(), bs, nil)) },
func() error { return batchCopy(copier, batchChan(r.Areas(), bs, nil)) },
Expand Down

0 comments on commit 45cd2bc

Please sign in to comment.