Skip to content

Commit

Permalink
update recording link in zoho once its uploaded to the dropbox WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
web-dev-akash committed Sep 25, 2024
1 parent 2a93512 commit 3cf95d9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion controllers/zoom.controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,11 @@ const streamToDropbox = async (
console.log("++Sharing Link++", res);
})
.catch((error) => {
console.log("------Error Generating Link------", error);
console.log("------Error Generating Link------", error.error);
});
})
.catch((error) => {
console.log("------Error Uploading File------", error.error);
});

return {
Expand Down

0 comments on commit 3cf95d9

Please sign in to comment.