Skip to content

Commit

Permalink
Select missing field
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital committed Feb 25, 2024
1 parent 391f43b commit 67bd1f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/dhtcrawler/infohash_triage.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ func (c *crawler) runInfoHashTriage(ctx context.Context) {
if queryErr := c.dao.Torrent.WithContext(ctx).Select(
c.dao.Torrent.InfoHash,
c.dao.Torrent.FilesStatus,
c.dao.Torrent.FilesCount,
c.dao.TorrentsTorrentSource.Seeders,
c.dao.TorrentsTorrentSource.Leechers,
c.dao.TorrentsTorrentSource.UpdatedAt,
Expand Down

0 comments on commit 67bd1f3

Please sign in to comment.