if elimination (#2635)
This commit is contained in:
		
							parent
							
								
									2448bf4e4e
								
							
						
					
					
						commit
						8e359d54bd
					
				
					 1 changed files with 2 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -25,10 +25,8 @@ export default (endpoint: string, user: IUser, app: IApp, data: any, file?: any)
 | 
			
		|||
		return rej('YOU_ARE_NOT_ADMIN');
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (app && ep.meta.kind) {
 | 
			
		||||
		if (!app.permission.some(p => p === ep.meta.kind)) {
 | 
			
		||||
			return rej('PERMISSION_DENIED');
 | 
			
		||||
		}
 | 
			
		||||
	if (app && ep.meta.kind && !app.permission.some(p => p === ep.meta.kind)) {
 | 
			
		||||
		return rej('PERMISSION_DENIED');
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	if (ep.meta.requireCredential && ep.meta.limit) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue