Clean up
This commit is contained in:
		| @@ -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'); | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo