Skip to content

Commit 72778be

Browse files
committed
tech review comment
1 parent 3d55188 commit 72778be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/indexes/compound.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
# Finds a document with the specified runtime and release year by using the
2424
# newly created index
2525
filter = { '$and' => [
26-
{ 'runtime': { '$gt' => 90 } },
27-
{ 'year': { '$gt' => 2005 } }
26+
{ runtime: { '$gt' => 90 } },
27+
{ year: { '$gt' => 2005 } }
2828
] }
2929
doc = collection.find(filter).first
3030

0 commit comments

Comments
 (0)