Skip to content

Commit fcfc7a8

Browse files
committed
Fix unused variable lint
1 parent 901ff84 commit fcfc7a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/set.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lunr.Set.complete = {
3434
return other
3535
},
3636

37-
union: function (other) {
37+
union: function () {
3838
return this
3939
},
4040

0 commit comments

Comments
 (0)