We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1c430f commit 99f6497Copy full SHA for 99f6497
1 file changed
src/routing.coffee
@@ -94,7 +94,7 @@ class Binder
94
listSubscriptions: (callback) ->
95
subs = []
96
for id, sub of @subscriptions
97
- subs.push sub
+ subs.push sub.binding
98
return callback null, subs
99
100
0 commit comments