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: {
|
export async function doInAutomationContext(params: {
|
||||||
appId: string,
|
appId: string
|
||||||
automationId: string,
|
automationId: string
|
||||||
task: any
|
task: any
|
||||||
}): Promise<any> {
|
}): Promise<any> {
|
||||||
const tenantId = getTenantIDFromAppID(params.appId)
|
const tenantId = getTenantIDFromAppID(params.appId)
|
||||||
|
|
Loading…
Reference in New Issue