Skip to content

Commit ef55ad0

Browse files
atrovatobflorian
authored andcommitted
Fix clientSecret with options (#32)
1 parent 6178f53 commit ef55ad0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SchemaConnector.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = class SchemaConnector {
2323

2424
constructor(options = {}) {
2525
this[clientId] = options.clientId;
26-
this[clientSecret] = options.clientId;
26+
this[clientSecret] = options.clientSecret;
2727

2828
this[discoveryHandler] = ((accessToken, response, data) => {
2929
console.log('discoverDevices not defined')

0 commit comments

Comments
 (0)