use echo -E for webhooks

This commit is contained in:
Ruben Fiszel
2024-04-18 09:43:48 +02:00
parent 2e52feb47a
commit f859cbb5d4
@@ -165,7 +165,7 @@ ${webhookType === 'sync' ? 'RESULT' : 'UUID'}=$(curl -s ${
${
webhookType === 'sync'
? 'echo $RESULT | jq'
? 'echo -E $RESULT | jq'
: `
URL="${$page.url.origin}/api/w/${$workspaceStore}/jobs_u/completed/get_result_maybe/$UUID"
while true; do