Elkin Ossa
Results
2
comments of
Elkin Ossa
It's better verify if the message is an object: ``` if (typeof message !== 'string' && typeof message !== 'object') { return null; } ``` In my case sometimes I...