Skip to content

Commit

Permalink
overlay/eventlist: Fix incorrect function on socket get
Browse files Browse the repository at this point in the history
  • Loading branch information
sogehige committed Mar 17, 2018
1 parent 2f551e5 commit 524812b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/overlays/eventlist.js
Expand Up @@ -6,7 +6,7 @@ const crypto = require('crypto')

function EventList () {
global.panel.addMenu({category: 'settings', name: 'overlays', id: 'overlays'})
global.panel.socketListening(this, 'overlay.eventlist.get', this._getOverlay)
global.panel.socketListening(this, 'overlay.eventlist.get', this._get)
}

EventList.prototype._get = async function (self) {
Expand Down

0 comments on commit 524812b

Please sign in to comment.