feat: validtion of quicksend

This commit is contained in:
prafull-opensignlabs
2024-08-20 15:56:00 +05:30
parent 9a03bfb9e7
commit 5d89f724f4
16 changed files with 561 additions and 288 deletions
@@ -25,6 +25,8 @@ export default async function AllowedApis(request) {
const allowedapis = _resSub?.AllowedApis || 0;
return allowedapis;
}
} else {
throw new Parse.Error(Parse.Error.OBJECT_NOT_FOUND, 'User not found.');
}
} catch (err) {
console.log('err in allowedapis', err);