Fixed incorrect argument order again
This commit is contained in:
		@@ -39,7 +39,7 @@ class Session extends EventEmitter
 | 
			
		||||
		this.ready = false;
 | 
			
		||||
		this.exists = false;
 | 
			
		||||
 | 
			
		||||
		Client.HGETALL( this.id, function( err, obj )
 | 
			
		||||
		Client.HGETALL( this.id, function( obj, err )
 | 
			
		||||
		{
 | 
			
		||||
			if( err ) throw err;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user