diff --git a/js/src/forum/components/VotesUserPage.ts b/js/src/forum/components/VotesUserPage.ts index b27b0cc..6e99e04 100644 --- a/js/src/forum/components/VotesUserPage.ts +++ b/js/src/forum/components/VotesUserPage.ts @@ -14,7 +14,7 @@ export default class VotesUserPage extends PostsUserPage { * @param offset The position to start getting results from. * @protected */ - loadResults(offset: number = 0) { + loadResults(offset: number) { const params: ApiQueryParamsPlural = { filter: { type: 'comment',