Changing all bigints to numbers

This commit is contained in:
Dessalines 2023-05-15 15:53:29 -04:00
parent 6ac5435fe9
commit 3143788d19
24 changed files with 175 additions and 194 deletions

View file

@ -509,7 +509,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
type_: "Url",
sort: "TopAll",
listing_type: "All",
page: 1n,
page: 1,
limit: trendingFetchLimit,
auth: myAuth(false),
};
@ -539,7 +539,7 @@ export class PostForm extends Component<PostFormProps, PostFormState> {
sort: "TopAll",
listing_type: "All",
community_id: this.state.form.community_id,
page: 1n,
page: 1,
limit: trendingFetchLimit,
auth: myAuth(false),
};