forked from FoundKeyGang/FoundKey
fix: packing app includes description
This commit is contained in:
parent
225b56706d
commit
bf16b3699e
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ export const AppRepository = db.getRepository(App).extend({
|
||||||
return {
|
return {
|
||||||
id: app.id,
|
id: app.id,
|
||||||
name: app.name,
|
name: app.name,
|
||||||
|
description: app.description,
|
||||||
callbackUrl: app.callbackUrl,
|
callbackUrl: app.callbackUrl,
|
||||||
permission: app.permission,
|
permission: app.permission,
|
||||||
...(opts.includeSecret ? { secret: app.secret } : {}),
|
...(opts.includeSecret ? { secret: app.secret } : {}),
|
||||||
|
|
Loading…
Reference in a new issue