@ -4,7 +4,7 @@ function _filter(data) {
data = data.user
return {
userId: data.uid,
uid: data.uid,
username: data.username,
email: data.email
}