``` "these required response params: " + responseParams.join(', ') ``` That should be missingResponseParams.join(',') This typo comes straight from the torii module. I'll report it there.
That should be missingResponseParams.join(',')
This typo comes straight from the torii module. I'll report it there.