1
0
Fork 0
mirror of synced 2024-07-15 19:25:55 +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: { 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)