You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's just recommendation, but just for curiosity, please let me know how such names supposed to use in JS? obj['dash-name'] instead of obj.camelCase or obj.underlined_name? And do you really use "dasherized" names for objects fields on the server side?