Doenet / DoenetTools

https://www.doenet.org/
15 stars 29 forks source link

make sure sortIndex is not sent as response #2438

Closed dqnykamp closed 2 months ago

dqnykamp commented 2 months ago

Since sortIndex is a bigint, it doesn't directly serialize and throw an expection if sent raw in the server response. This PR makes sure that no apis send sortIndex. It also does other small cleanup on the server code.