mirror of
https://github.com/amark/gun.git
synced 2025-06-06 06:06:50 +00:00
touch for heroku to do new npm
This commit is contained in:
parent
14dfbb84cd
commit
729d562c80
1
shots.js
1
shots.js
@ -245,7 +245,6 @@
|
||||
return tran.post.s[req.sub] = cb;
|
||||
}
|
||||
next.count = (next.count || 1) + 1; // start counting how many we accumulate
|
||||
//console.log("Counting up", next.count);
|
||||
next.body = next.body || {}; // this becomes the polyfill for all the posts
|
||||
next.body.refed = next.body.refed || {}; // where we refeed the responses for the deferred POSTs.
|
||||
req.wait = Gun.text.random(); // generate an random id for this deferred POST.
|
||||
|
Loading…
x
Reference in New Issue
Block a user