Typo
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user