Hey all, just using this function and reading the Typescript server runtime docs and noticed that the args don’t match ?
Am I reading this wrong ?
Also
let metadata = {
weather_conditions = 'rain',
};
needs to be
let metadata = {
'weather_conditions' : 'rain',
};
Thanks !