Typo
This commit is contained in:
parent
754a23ff40
commit
167da69ae4
@ -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
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user