From 608e3836caedfb735ad54b0265573c824718381b Mon Sep 17 00:00:00 2001 From: Davide Iadeluca Date: Sun, 27 Oct 2024 11:28:37 +0100 Subject: [PATCH] chore: remove default --- js/src/forum/components/VotesUserPage.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',