diff --git a/notify-term/WNSAuth.js b/notify-term/WNSAuth.js index 1c07cbe..7c06852 100644 --- a/notify-term/WNSAuth.js +++ b/notify-term/WNSAuth.js @@ -95,7 +95,7 @@ class WNSAuth extends EventEmitter if( retry < 2 ) { this.once( "AuthComplete", () => { - this.Regster( uuid, ChannelUri, handler, retry + 1 ); + this.Register( uuid, ChannelUri, handler, retry + 1 ); }); } else diff --git a/notify-term/app.js b/notify-term/app.js index c1534f8..a97847b 100644 --- a/notify-term/app.js +++ b/notify-term/app.js @@ -67,7 +67,6 @@ class App extends Base switch( query.action ) { case "register": - console.log( "HEiiiiRE" ); this.OAuth.Register( query.id, query.uri, ( sender, mesg ) => { this.result = mesg;