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.
2 parents 0242b8a + 34cc74c commit 216c1e3Copy full SHA for 216c1e3
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