wip
This commit is contained in:
@@ -8,7 +8,7 @@ export default (endpoint: string | Endpoint, user: IUser, app: IApp, data: any,
|
||||
|
||||
const ep = typeof endpoint == 'string' ? endpoints.find(e => e.name == endpoint) : endpoint;
|
||||
|
||||
if (ep.name.includes('.') {
|
||||
if (ep.name.includes('.')) {
|
||||
return rej('INVALID_ENDPOINT');
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user