There was an error while loading. Please reload this page.
1 parent 6178f53 commit ef55ad0Copy full SHA for ef55ad0
lib/SchemaConnector.js
@@ -23,7 +23,7 @@ module.exports = class SchemaConnector {
23
24
constructor(options = {}) {
25
this[clientId] = options.clientId;
26
- this[clientSecret] = options.clientId;
+ this[clientSecret] = options.clientSecret;
27
28
this[discoveryHandler] = ((accessToken, response, data) => {
29
console.log('discoverDevices not defined')
0 commit comments