mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 07:35:57 +09:00
[API] Fix bug
This commit is contained in:
parent
2e11f3a843
commit
1235bef038
@ -35,7 +35,7 @@ export default define(meta, (ps, user) => new Promise(async (res, rej) => {
|
||||
const app = await App.insert({
|
||||
createdAt: new Date(),
|
||||
userId: user && user._id,
|
||||
name: name,
|
||||
name: ps.name,
|
||||
description: ps.description,
|
||||
permission: ps.permission,
|
||||
callbackUrl: ps.callbackUrl,
|
||||
|
Loading…
Reference in New Issue
Block a user