Remove UUID validation from EncryptionGetChannels to simplify argument handling
https://github.com/nosial/Socialbox-PHP/issues/24
This commit is contained in:
parent
fa9352d938
commit
5fbea63320
1 changed files with 0 additions and 4 deletions
|
@ -27,10 +27,6 @@
|
|||
{
|
||||
throw new MissingRpcArgumentException('channel_uuid');
|
||||
}
|
||||
elseif(!Validator::validateUuid($rpcRequest->getParameter('channel_uuid')))
|
||||
{
|
||||
throw new InvalidRpcArgumentException('channel_uuid', 'The given channel uuid is not a valid UUID V4');
|
||||
}
|
||||
|
||||
$page = 1;
|
||||
$limit = Configuration::getPoliciesConfiguration()->getEncryptionChannelsLimit();
|
||||
|
|
Loading…
Add table
Reference in a new issue