Fixed incorrect params
This commit is contained in:
		@@ -86,7 +86,7 @@ class Session extends EventEmitter
 | 
			
		||||
				.HSET( this.id, "spawn", new Date().getTime() )
 | 
			
		||||
				.HSET( this.id, "lifespan", ttl )
 | 
			
		||||
				.EXPIRE( this.id, ttl )
 | 
			
		||||
			, handler || this.__emitOk
 | 
			
		||||
			, ( data, err ) => ( handler || this.__emitOk)( err, data )
 | 
			
		||||
		);
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user