add getReport cloud function

This commit is contained in:
prafull-opensignlabs
2023-11-20 19:11:46 +05:30
parent 4d3ed0232e
commit aed0b8a3db
6 changed files with 267 additions and 17 deletions
@@ -27,7 +27,7 @@ export default async function getDrive(request) {
'X-Parse-Master-key': process.env.MASTER_KEY,
},
});
console.log('res.data.results ', res.data.results);
// console.log('res.data.results ', res.data.results);
if (res.data && res.data.results) {
return res.data.results;
} else {