mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-20 06:35:54 +02:00
add getReport cloud function
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user