1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

Removing test statement.

This commit is contained in:
mike12345567 2023-12-18 11:45:47 +00:00
parent 213dca323c
commit c374ac6973

View file

@ -71,9 +71,6 @@ module.exports.processors = [
) {
insideStatement = `(${insideStatement})`
}
if (statement === "{{ uuid }}") {
return statement
}
return `{{ all ${insideStatement} }}`
}),
]