Skip to content

Commit

Permalink
chore: remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
DavideIadeluca committed Oct 27, 2024
1 parent bd56ab7 commit 608e383
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/src/forum/components/VotesUserPage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 608e383

Please sign in to comment.