Commit 453e5c9a by Pragati Upadhyay

debug

parent d602e394
...@@ -146,7 +146,7 @@ module.exports.generateVideo = async function (req, res) { ...@@ -146,7 +146,7 @@ module.exports.generateVideo = async function (req, res) {
socketPayload.percent = 100 socketPayload.percent = 100
socketPayload.complete = true socketPayload.complete = true
socket.emit("videoGenerationProgress", socketPayload) socket.emit("videoGenerationProgress", socketPayload)
console.log("socketon")
console.log('---Tutor-shot-generated----', tutorShotData?._id) console.log('---Tutor-shot-generated----', tutorShotData?._id)
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment