Lint fix
This commit is contained in:
parent
f3be917da1
commit
72c72fc48a
|
@ -223,7 +223,7 @@ export async function fetchAppPackage(ctx: UserCtx) {
|
||||||
)
|
)
|
||||||
|
|
||||||
ctx.body = {
|
ctx.body = {
|
||||||
application : {...application, upgradableVersion : envCore.VERSION},
|
application: { ...application, upgradableVersion: envCore.VERSION },
|
||||||
screens,
|
screens,
|
||||||
layouts,
|
layouts,
|
||||||
clientLibPath,
|
clientLibPath,
|
||||||
|
|
Loading…
Reference in New Issue