We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee4e637 commit 9ce6181Copy full SHA for 9ce6181
lib/collection.js
@@ -38,7 +38,7 @@ extend(BaseCollection.prototype, {
38
}
39
if (!callback) callback = noop;
40
var self = this;
41
- self._api.get('collection/' + self.name + '/' + path, function (err, body) {
+ self._api.get('collection/' + self.name + '/' + path, opts, function (err, body) {
42
if (err) callback(err);
43
else {
44
if (update) {
0 commit comments