Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 01ae4fb

Browse files
author
Hans Kristian Flaatten
committed
Add missing return statement
1 parent 00684e4 commit 01ae4fb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.litcoffee

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@
5656
if input.toString() isnt 'Invalid Date'
5757
query[field] = $gte: input.toISOString()
5858
59+
return
60+
5961

6062
MongoQS.prototype.parse = (query) ->
6163
res = {}

0 commit comments

Comments
 (0)