Skip to content

Commit 05b060e

Browse files
committed
routing.listBindings(): Call callback with empty list
1 parent 2cd51ae commit 05b060e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/routing.coffee

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,9 @@ class Binder
6363
#FIXME: add an unsubscribeQueue to Client/transport, and use that
6464
return callback null
6565

66-
listBindings: (callback) ->
66+
listBindings: (callback) -> # FIXME: implement
6767
debug 'Binder.listBindings'
68+
return callback null, []
6869

6970

7071
exports.Binder = Binder

0 commit comments

Comments
 (0)