Skip to content

Same data appears #2393

Closed Answered by dondycles
dondycles asked this question in Q&A
Discussion options

You must be logged in to vote

Nevermind, I just fixed it by changing this:
const asc: boolean = json.asc;
to this:
const asc: boolean = Boolean(json.asc === "true");

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by dondycles
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant