mirror of
https://fast.feibisi.com/https://github.com/parcelvoy/platform.git
synced 2025-08-28 11:46:02 +08:00
Fixes bug where journey link always takes 24hrs (#608)
This commit is contained in:
parent
e8d2cd97ac
commit
3467d90c17
1 changed files with 1 additions and 0 deletions
|
@ -400,6 +400,7 @@ export class JourneyLink extends JourneyStep {
|
|||
parseJson(json: any) {
|
||||
super.parseJson(json)
|
||||
this.target_id = json.data?.target_id
|
||||
this.delay = json.data?.delay ?? '1 day'
|
||||
}
|
||||
|
||||
async process(state: JourneyState, userStep: JourneyUserStep): Promise<void> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue