Skip to content

Commit 6774291

Browse files
committed
chore: Remove commented console log for userId in video controller
1 parent 6f27740 commit 6774291

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api-gateway/src/app/modules/video/video.controller.ts

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ const confirmUpload = catchAsync(async (req: Request, res: Response) => {
6161
}
6262

6363
const userId = req.user.id;
64+
// console.log("userId", userId);
6465

6566
// Notify that video is being processed
6667
RabbitMQ.sendToQueue(NOTIFY_EVENTS.NOTIFT_VIDEO_UPLOADING_BUCKET, {

0 commit comments

Comments
 (0)