fix callbacks

This commit is contained in:
Barış Soner Uşaklı
2015-02-11 21:33:04 -05:00
parent 4686ae9923
commit dbb6a0be1c

View File

@@ -97,6 +97,7 @@ SocketUser.reset.commit = function(socket, data, callback) {
uid: socket.uid,
ip: socket.ip
});
callback();
});
}
};
@@ -137,6 +138,7 @@ SocketUser.changePassword = function(socket, data, callback) {
targetUid: data.uid,
ip: socket.ip
});
callback();
});
};