Skip to content

Commit

Permalink
Merge branch 'main' into icon-if-disconnected
Browse files Browse the repository at this point in the history
  • Loading branch information
sidvishnoi authored Jun 26, 2024
2 parents 3e8e6d1 + e72ede5 commit 48e4c09
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/background/services/events.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export class EventsService extends EventEmitter {
* @deprecated
*/
removeListener(): this {
throw new Error('Use `off` instead of `removeListener`.')
// eslint-disable-next-line prefer-rest-params
return super.removeListener.apply(this, arguments)
}
}

0 comments on commit 48e4c09

Please sign in to comment.