remove function scope

This commit is contained in:
Peter Clement 2022-04-26 09:40:02 +01:00
parent 302ff6b270
commit 0c083a0692
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
}
const coerce = (value, type) => {
var re = new RegExp(/{{([^{].*?)}}/g)
const re = new RegExp(/{{([^{].*?)}}/g)
if (re.test(value)) {
return value
}