[API] Fix bug
This commit is contained in:
		
							parent
							
								
									2e11f3a843
								
							
						
					
					
						commit
						1235bef038
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -35,7 +35,7 @@ export default define(meta, (ps, user) => new Promise(async (res, rej) => {
 | 
				
			||||||
	const app = await App.insert({
 | 
						const app = await App.insert({
 | 
				
			||||||
		createdAt: new Date(),
 | 
							createdAt: new Date(),
 | 
				
			||||||
		userId: user && user._id,
 | 
							userId: user && user._id,
 | 
				
			||||||
		name: name,
 | 
							name: ps.name,
 | 
				
			||||||
		description: ps.description,
 | 
							description: ps.description,
 | 
				
			||||||
		permission: ps.permission,
 | 
							permission: ps.permission,
 | 
				
			||||||
		callbackUrl: ps.callbackUrl,
 | 
							callbackUrl: ps.callbackUrl,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue