diff --git a/server/fixtures/hoe.entity.js b/server/fixtures/hoe.entity.js index 4d840df..f56f2fa 100644 --- a/server/fixtures/hoe.entity.js +++ b/server/fixtures/hoe.entity.js @@ -28,20 +28,15 @@ export function hoeJSON() { }, tool: { params: { - condition: buildCondition( - 'or', - [ - buildCondition('contains', [ - [1, 2, 3, 4], - buildInvoke( - ['user', 'layer', 'tileAt'], - [ - buildTraversal(['target']), - ], - ), - ]), - ], - ), + condition: buildCondition('contains', [ + [1, 2, 3, 4], + buildInvoke( + ['user', 'layer', 'tileAt'], + [ + buildTraversal(['target']), + ], + ), + ]), actions: { type: 'actions', traversals: [