remove function scope
This commit is contained in:
parent
302ff6b270
commit
0c083a0692
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
|
||||
const coerce = (value, type) => {
|
||||
var re = new RegExp(/{{([^{].*?)}}/g)
|
||||
const re = new RegExp(/{{([^{].*?)}}/g)
|
||||
if (re.test(value)) {
|
||||
return value
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue