v3 client: fix casting spells

This commit is contained in:
Matteo Pagliazzi
2016-05-15 21:17:17 +02:00
parent b31de3845b
commit 52bedc3563
5 changed files with 30 additions and 13 deletions

View File

@@ -54,7 +54,7 @@ export function preenHistory (history, isSubscribed, timezoneOffset) {
return newHistory;
}
// Preen history for users and tasks. This code runs only on the server.
// Preen history for users and tasks.
export function preenUserHistory (user, tasksByType) {
let isSubscribed = user.isSubscribed();
let timezoneOffset = user.preferences.timezoneOffset;