Fixed incorrect argument order again
This commit is contained in:
parent
e8778acf66
commit
deb18f0eb5
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user