feat: biggest stars

This commit is contained in:
Nevo David 2024-03-10 11:33:01 +07:00
parent 18e60019ad
commit afab5f22f4
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ export class StarsRepository {
} }
}, },
take: 20, take: 20,
skip: starsFilter.page * 10 skip: (starsFilter.page - 1) * 10
}); });
} }