Skip to content

Commit

Permalink
logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim de Beer committed Oct 2, 2016
1 parent edd7ec0 commit b75c58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/sync/subscription/serialize.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ function merge (a, b) {

module.exports = function serializeSubscription (state, subs) {
if (subs.client) {
console.log('subs client')
if (!subs.clients) {
subs.clients = {}
}
Expand Down

0 comments on commit b75c58f

Please sign in to comment.