Skip to content

Commit 7e5fc53

Browse files
committed
Add missing index variable in gesture filter (#105)
1 parent 41ae107 commit 7e5fc53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/routes/smells.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ module.exports = {
10601060
],
10611061
$langTag: 'hide',
10621062
}),
1063-
whereFunc: (val) => [
1063+
whereFunc: (val, index) => [
10641064
`
10651065
?experience od:F2_perceived ?id .
10661066
?experience od:F5_involved_gesture ?gesture_${index} .

0 commit comments

Comments
 (0)