git ssb

0+

Dominic / flumeview-query



Commit 4c42b69337a1ffb7554f9f4830b160aefe294cf1

pass through opts.limit

Dominic Tarr committed on 11/24/2016, 10:07:41 AM
Parent: aa2a78d0050d935058d23d25e4788e6d608b4c5c

Files changed

index.jschanged
index.jsView
@@ -65,8 +65,9 @@
6565 _opts.reverse = !!opts.reverse
6666 _opts.live = opts.live
6767 _opts.old = opts.old
6868 _opts.sync = opts.sync
69 + _opts.limit = opts.limit
6970
7071 return pull(
7172 read(_opts), pull.map('value'),
7273 isArray(opts.query) ? mfr(opts.query) : pull.through()
@@ -77,4 +78,5 @@
7778 return index
7879 }
7980 }
8081
82 +

Built with git-ssb-web