1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

Add snippet context before testing automations manually

This commit is contained in:
Andrew Kingston 2024-03-12 21:41:00 +00:00
parent 3b54daf2c8
commit 20f4c5a77d

View file

@ -112,6 +112,7 @@ export async function externalTrigger(
const data: AutomationData = { automation, event: params as any }
if (getResponses) {
await context.ensureSnippetContext()
data.event = {
...data.event,
appId: context.getAppId(),