hmm, like I shouldn’t be returning a string? I cha...
# suitescript
s
hmm, like I shouldn’t be returning a string? I changed it to:
Copy code
post: function() {
  return {
    "key": "Hello post!"
  };
}
and it still gives the same error