fixes and start client

This commit is contained in:
Matteo Pagliazzi
2019-10-10 22:15:58 +02:00
parent 8bae0223bb
commit ce4729f069
23 changed files with 64 additions and 58 deletions

View File

@@ -608,7 +608,7 @@ api.exportChallengeCsv = {
}
while (task.userId !== lastUserId) {
index += 1;
lastUserId = [resArray[index]]; // resArray[index][0] is an user id
[lastUserId] = resArray[index]; // resArray[index][0] is an user id
}
const streak = task.streak || 0;