1
0
Fork 0
mirror of synced 2024-09-30 09:07:25 +13:00

Make filter condition human readable since they're just strings

This commit is contained in:
Andrew Kingston 2020-09-16 13:54:56 +01:00
parent fdca9240e9
commit 4fed6c05d3

View file

@ -24,8 +24,8 @@ module.exports.getLogic = function(logicName) {
}
module.exports.LogicConditions = [
"equals",
"notEquals",
"greaterThan",
"lessThan",
"Equals",
"Not equals",
"Greater than",
"Less than",
]