Joaquin Esteban
Results
3
issues of
Joaquin Esteban
Adds missing command "STATUS" to media functionality
If `a` is of type string it will match the `if (a.slice) {` condition and fail on the `(a as any[]).map(...)` call as string lacks `a.map` method. The fix uses...