1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00
This commit is contained in:
Rory Powell 2023-05-17 15:31:14 +01:00
parent 0aff89a479
commit 78daed6ec1

View file

@ -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)