tv4
tv4 copied to clipboard
Modified ENUM mismatch response
-
Earlier it was JSON.stringify(data) which was giving unnecessary "inverted commas(" ")".
-
And generally, we use "!==" operator,
After doing these changes the response we are getting is more suitable. @geraintluff can you provide feedback on this patch?