tournamentRecordWrite example documentation incorrect?

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 !

@gabriel can you have a look please?

1 Like