forked from FoundKeyGang/FoundKey
Clean up
This commit is contained in:
parent
a0a116b7bf
commit
2db01f3d5c
1 changed files with 0 additions and 4 deletions
|
@ -9,10 +9,6 @@ export default (endpoint: string | Endpoint, user: IUser, app: IApp, data: any,
|
||||||
const epName = typeof endpoint === 'string' ? endpoint : endpoint.name;
|
const epName = typeof endpoint === 'string' ? endpoint : endpoint.name;
|
||||||
const ep = endpoints.find(e => e.name === epName);
|
const ep = endpoints.find(e => e.name === epName);
|
||||||
|
|
||||||
if (ep.name.includes('.')) {
|
|
||||||
return rej('INVALID_ENDPOINT');
|
|
||||||
}
|
|
||||||
|
|
||||||
if (ep.secure && !isSecure) {
|
if (ep.secure && !isSecure) {
|
||||||
return rej('ACCESS_DENIED');
|
return rej('ACCESS_DENIED');
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue