Skip to content

Commit 99f6497

Browse files
committed
routing.listSubscription(): Fix not returning actual binding
1 parent a1c430f commit 99f6497

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/routing.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ class Binder
9494
listSubscriptions: (callback) ->
9595
subs = []
9696
for id, sub of @subscriptions
97-
subs.push sub
97+
subs.push sub.binding
9898
return callback null, subs
9999

100100

0 commit comments

Comments
 (0)