Skip to content

Commit

Permalink
Update base.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleBoyer authored Aug 3, 2024
1 parent bb32d23 commit 8e2e40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/accessory/base.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@ export class BaseBlaQAccessory implements BaseBlaQAccessoryInterface {
}
}

handlePingEvent(logEvent: LogMessageEvent){
handlePingEvent(pingEvent: PingMessageEvent){
if(!this.synced){
this.queuedEvents.push({type: 'ping', event: logEvent});
this.queuedEvents.push({type: 'ping', event: pingEvent});
}
}

Expand Down

0 comments on commit 8e2e40b

Please sign in to comment.