Skip to content

Commit

Permalink
Update xboxdevice.js
Browse files Browse the repository at this point in the history
  • Loading branch information
grzegorz914 committed Sep 8, 2024
1 parent 3a25934 commit fed1647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xboxdevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ class XboxDevice extends EventEmitter {
//check authorization
await this.xboxWebApi.checkAuthorization();

//start impulse generator
//start impulse generator
const timers = [{ name: 'checkAuthorization', sampling: 900000 }];
await this.xboxWebApi.impulseGenerator.start(timers);
} catch (error) {
Expand Down

0 comments on commit fed1647

Please sign in to comment.