try without unsubscribe

This commit is contained in:
Tyler Renelle 2013-02-19 18:49:57 -05:00
parent 08ec9a510e
commit 223355fecb

View file

@ -38,10 +38,10 @@ module.exports.partySubscribe = partySubscribe = (model, cb) ->
return cb()
finished = ->
model.unsubscribe selfQ, ->
selfQ.subscribe (err, self) ->
model.ref '_user', self.at(0)
cb()
# model.unsubscribe selfQ, ->
selfQ.subscribe (err, self) ->
model.ref '_user', self.at(0)
cb()
# User in a party
partiesQ = model.query('parties').withId(uObj.party.current)