avik

Results 1 issues of avik

In subscription.controller.js we accessing the data from url like this ``` // controller to return subscriber list of a channel const getUserChannelSubscribers = asyncHandler(async (req, res) => { const {channelId}...