Lint
This commit is contained in:
parent
0aff89a479
commit
78daed6ec1
|
@ -105,8 +105,8 @@ async function newContext(updates: ContextMap, task: any) {
|
|||
}
|
||||
|
||||
export async function doInAutomationContext(params: {
|
||||
appId: string,
|
||||
automationId: string,
|
||||
appId: string
|
||||
automationId: string
|
||||
task: any
|
||||
}): Promise<any> {
|
||||
const tenantId = getTenantIDFromAppID(params.appId)
|
||||
|
|
Loading…
Reference in New Issue