Skip to content

Commit

Permalink
Select missing field (#178)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital authored Feb 25, 2024
1 parent c90f850 commit 266f1c1
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 266f1c1

Please sign in to comment.