Skip to content

Commit b24934c

Browse files
authored
Fix error
1 parent 88f8c87 commit b24934c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The query text should be a valid MongoDB Aggregate pipeline - an array consistin
2121
"$numberLong": "$__from"
2222
},
2323
"$lt": {
24-
"$numberLong": "$__from"
24+
"$numberLong": "$__to"
2525
}
2626
}
2727
}
@@ -37,7 +37,7 @@ db.transactions.aggregate({
3737
"$numberLong": "$__from"
3838
},
3939
"$lt": {
40-
"$numberLong": "$__from"
40+
"$numberLong": "$__to"
4141
}
4242
}
4343
}

0 commit comments

Comments
 (0)