Changing all bigints to numbers
This commit is contained in:
parent
6ac5435fe9
commit
3143788d19
24 changed files with 175 additions and 194 deletions
|
@ -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),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue