Skip to content

Commit

Permalink
Final fix for pairing
Browse files Browse the repository at this point in the history
  • Loading branch information
vincemic committed Jun 28, 2015
1 parent 2955b6c commit 796d956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/constants.js
Expand Up @@ -8,7 +8,7 @@ function Constants()
this.MESSAGE_CLASS_SUBSCRIPTION = 'subscription';
this.MESSAGE_CLASS_QUESTION = 'question';
this.MESSAGE_CLASS_CONFIGURATION = 'configuration';
this.MESSAGE_CLASS_REGISTRATION = 'registration';
this.MESSAGE_CLASS_REGISTRATION = 'register';
this.MESSAGE_CLASS_RECONNECT = 'reconnect';
this.MESSAGE_CLASS_LOG = "log";

Expand Down

0 comments on commit 796d956

Please sign in to comment.