syntax error

This commit is contained in:
Yaman Qalieh 2016-09-17 21:39:51 -04:00
parent 185c67d950
commit 66286d1b9a

View File

@ -1064,7 +1064,7 @@ function formReadable(input, val) { // Makes work information readable by users.
input.done[i] = {
"user": user.profile.name,
"avatar": user.service.google.picture,
"avatar": user.services.google.picture,
"email": user.services.google.email
};
}