getPlaceholdersValues fixed, it's now returnig a value. see #231

This commit is contained in:
mic 2025-02-11 23:32:10 +01:00
parent fda58db254
commit cc2a9a90f2

View file

@ -318,6 +318,8 @@ export const placeholdersUtils = {
break;
}
}
return finalSubs;
}
}