Skip to content

Commit 2aaf7f3

Browse files
author
matehat
committed
Fixed operation name when listing keys and providing a callback
1 parent 61139e6 commit 2aaf7f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/protocol-buffers-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ ProtocolBuffersClient.prototype.keys = function(bucket, options, callback) {
7373
emitter.start = function() {};
7474
return emitter;
7575
} else {
76-
this._execute('setBucket', meta);
76+
this._execute('getKeys', meta);
7777
}
7878
}
7979

0 commit comments

Comments
 (0)