Your problem is that user is undefined/blank
And channel is an array of the things that you seemed to have tried to pass to your run function.
And typescript didn’t laugh as you passing an array to the channel that is typecast to a string.
Your problem is that user is undefined/blank
And channel is an array of the things that you seemed to have tried to pass to your run function.
And typescript didn’t laugh as you passing an array to the channel that is typecast to a string.