We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e166448 commit 7975a96Copy full SHA for 7975a96
tutorials/modules/ROOT/pages/pipelines-advanced.adoc
@@ -149,9 +149,7 @@ match
149
};
150
update
151
$user has total-spending == $new-spending;
152
- try {
153
- $user has loyalty-tier == $new-loyalty-tier;
154
- };
+ try { $user has loyalty-tier == $new-loyalty-tier; };
155
----
156
157
== Further reading
0 commit comments