mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-09-01 12:26:08 +08:00
fix update journey step
This commit is contained in:
parent
4ff8c571ae
commit
d74fedceec
1 changed files with 1 additions and 1 deletions
|
@ -272,7 +272,7 @@ export class JourneyUpdate extends JourneyStep {
|
|||
if (this.template.trim()) {
|
||||
let value: any
|
||||
try {
|
||||
value = JSON.parse(compileTemplate(this.template, {
|
||||
value = JSON.parse(compileTemplate(this.template)({
|
||||
user: user.flatten(),
|
||||
event: event?.flatten(),
|
||||
}))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue