mirror of
https://github.com/go-gitea/gitea
synced 2025-01-18 13:44:27 +00:00
ae396ac7c0
We should not use `asset.ID` in DownloadFunc because DownloadFunc is a
closure.
1bf5527eac/services/migrations/gitea_downloader.go (L284-L295)
A similar bug when migrating from GitHub has been fixed in #14703. This
PR fixes the bug when migrating from Gitea and GitLab.