Removing test statement.
This commit is contained in:
parent
213dca323c
commit
c374ac6973
|
@ -71,9 +71,6 @@ module.exports.processors = [
|
|||
) {
|
||||
insideStatement = `(${insideStatement})`
|
||||
}
|
||||
if (statement === "{{ uuid }}") {
|
||||
return statement
|
||||
}
|
||||
return `{{ all ${insideStatement} }}`
|
||||
}),
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue