lint fix
This commit is contained in:
parent
95a7155b79
commit
abcc909c14
|
@ -229,11 +229,7 @@ export const fetchAppPackage = async (ctx: any) => {
|
||||||
application,
|
application,
|
||||||
screens,
|
screens,
|
||||||
layouts,
|
layouts,
|
||||||
clientLibPath: clientLibraryPath(
|
clientLibPath: clientLibraryPath(ctx.params.appId, application.version),
|
||||||
ctx.params.appId,
|
|
||||||
application.version,
|
|
||||||
ctx
|
|
||||||
),
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue