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 0242b8a commit 34cc74cCopy full SHA for 34cc74c
lib/client.js
@@ -12,7 +12,7 @@ const Base = require('./base');
12
13
const form = 'application/x-www-form-urlencoded';
14
const hasOwnProperty = function (obj, key) {
15
- Object.prototype.hasOwnProperty.call(obj, key);
+ return Object.prototype.hasOwnProperty.call(obj, key);
16
};
17
18
/**
0 commit comments