We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f27740 commit 6774291Copy full SHA for 6774291
api-gateway/src/app/modules/video/video.controller.ts
@@ -61,6 +61,7 @@ const confirmUpload = catchAsync(async (req: Request, res: Response) => {
61
}
62
63
const userId = req.user.id;
64
+ // console.log("userId", userId);
65
66
// Notify that video is being processed
67
RabbitMQ.sendToQueue(NOTIFY_EVENTS.NOTIFT_VIDEO_UPLOADING_BUCKET, {
0 commit comments