@adstore/templates 2.9.5 → 2.9.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/templates.js.js +1 -1
- package/package.json +1 -1
package/dist/templates.js.js
CHANGED
@@ -2759,7 +2759,7 @@ const hm = (t, e, o) => {
|
|
2759
2759
|
match: j
|
2760
2760
|
});
|
2761
2761
|
}).filter(Boolean);
|
2762
|
-
return d && (d.lang_slug = o.langSlug),
|
2762
|
+
return d && (d.lang_slug = o.langSlug), b && (b.lang_slug = o.langSlug), {
|
2763
2763
|
expressMatches: M,
|
2764
2764
|
autoMatch: d != null && d.prediction ? d : b
|
2765
2765
|
};
|