Move test for `requestId` property into `isMessage` function
Since all message types now include this property, we can check for it in `isMessage` instead of requiring a separate check.
Showing
Please register or sign in to comment
Since all message types now include this property, we can check for it in `isMessage` instead of requiring a separate check.