getPlaceholdersValues fixed, it's now returnig a value. see #231
This commit is contained in:
parent
fda58db254
commit
cc2a9a90f2
1 changed files with 2 additions and 0 deletions
|
|
@ -318,6 +318,8 @@ export const placeholdersUtils = {
|
|||
break;
|
||||
}
|
||||
}
|
||||
|
||||
return finalSubs;
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
Reference in a new issue