fix: featured torrents counting traffic

This commit is contained in:
Roardom
2024-02-27 21:40:59 +00:00
parent 77446750a5
commit 7733a7e654
+1 -1
View File
@@ -110,7 +110,7 @@ class ProcessAnnounce implements ShouldQueue
$this->torrent->id,
cache()->rememberForever(
'featured-torrent-ids',
fn () => FeaturedTorrent::select('id')->pluck('id')->toArray(),
fn () => FeaturedTorrent::select('torrent_id')->pluck('torrent_id')->toArray(),
),
true
);