Skip to content

Commit af11104

Browse files
committed
Revert "Added deep_dup to initial options [skip ci]"
This reverts commit 896bc7a.
1 parent 896bc7a commit af11104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/searchkick/relation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Relation
1414
def initialize(model, term = "*", **options)
1515
@model = model
1616
@term = term
17-
@options = options.deep_dup
17+
@options = options
1818

1919
# generate query to validate options
2020
query

0 commit comments

Comments
 (0)