mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-15 05:37:22 +01:00
fixes and start client
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user