Commit e7fa9a7b by ramdayalmunda

sending uid, for socket handling

parent ffbb5539
...@@ -25,6 +25,7 @@ module.exports.generateVideo = async function (req, res) { ...@@ -25,6 +25,7 @@ module.exports.generateVideo = async function (req, res) {
if (tutorShotData) { if (tutorShotData) {
let socketPayload = { let socketPayload = {
uid: tutorShotData.uid,
task: "Video Generation", task: "Video Generation",
percent: 0, percent: 0,
subTask: [ { task: "Image Compiled", percent: 0 } ] subTask: [ { task: "Image Compiled", percent: 0 } ]
......
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