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
Please add support for array in POST request
Request.brs, line 54 if args.json <> invalid and (type(args.json) = "roAssociativeArray" or type(args.json) = "roArray")
The text was updated successfully, but these errors were encountered:
Please add support for array in POST request
Request.brs, line 54
if args.json <> invalid and (type(args.json) = "roAssociativeArray" or type(args.json) = "roArray")
The text was updated successfully, but these errors were encountered: