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