-
Regarding If data has this value: data = {
name: 'David',
surname: null
}
But I would like NOT to send items with null values. Would make this any sense or it's not a good idea? Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
jiripudil
Feb 22, 2021
Replies: 1 comment 1 reply
-
Yep, makes complete sense, I'd say the current behaviour is a bug. I've created an issue for it (#254). Thanks for the report! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
zraly
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yep, makes complete sense, I'd say the current behaviour is a bug. I've created an issue for it (#254). Thanks for the report!