Skip to content

Commit e9cbaa3

Browse files
fixup! Fix a bunch of warnings
1 parent 82c98e2 commit e9cbaa3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Kattbot.Data/Repositories/EmoteStatsRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public async Task<PaginatedResult<EmoteStats>> GetGuildEmoteStats(
6666

6767
if (totalPages > 0)
6868
{
69-
items = emotes
69+
items = emotesResult
7070
.Skip(safePageOffset * perPage)
7171
.Take(perPage)
7272
.ToList();

0 commit comments

Comments
 (0)