mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-08-22 07:32:31 +02:00
feat: validtion of quicksend
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user