Skip to content

Commit

Permalink
fix,setStateIdsToListenTo.find is not a function
Browse files Browse the repository at this point in the history
  • Loading branch information
MiRo1310 committed Oct 29, 2023
1 parent b28ed40 commit 83e3bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class TelegramMenu extends utils.Adapter {
}
// Schalten
else if (part.switch) {
setStateIdsToListenTo = setstate(
setStateIdsToListenTo = await setstate(
_this,
part,
userToSend,
Expand Down

0 comments on commit 83e3bd6

Please sign in to comment.