[API] Fix bug
This commit is contained in:
		| @@ -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, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo