Skip to content
This repository has been archived by the owner on Feb 26, 2021. It is now read-only.

Commit

Permalink
feat: add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Jun 8, 2018
1 parent 2aa89c9 commit ee69c45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ class WebsocketStar {
this.flag = options.allowJoinWithDisabledChallenge // let's just refer to it as "flag"

this.discovery = new EE()
this.discovery.tag = 'websocketStar'
this.discovery.start = (callback) => {
setImmediate(callback)
}
Expand Down

0 comments on commit ee69c45

Please sign in to comment.