Skip to content

Commit 2c7cdc2

Browse files
committed
Fixed examples
Signed-off-by: Charles d'Avernas <[email protected]>
1 parent 2f70f6a commit 2c7cdc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/try-catch-then.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ do:
2929
set:
3030
error: $error
3131
export:
32-
as: $context + { error: $error }
32+
as: '$context + { error: $error }'
3333
- buyPet:
3434
if: $context.error == null
3535
call: http

0 commit comments

Comments
 (0)