Skip to content

Commit

Permalink
Update app.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Felitendo committed Aug 31, 2024
1 parent 9169d92 commit 8aa2f34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/de.felitendo.feishin.sdPlugin/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function connectToFeishin() {

feishinWs.onopen = function() {
console.log('Connected to Feishin');
// Authenticate if needed
// Authenticate to Feishin Client
authenticate('feishin', 'streamdeck');
};

Expand Down

0 comments on commit 8aa2f34

Please sign in to comment.