mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-01 15:45:58 +09:00
Improve readability
This commit is contained in:
parent
1bf8cbeb29
commit
e1ba19fd7e
@ -108,7 +108,8 @@ abstract class Chart<T> {
|
||||
|
||||
if (currentStats) {
|
||||
return currentStats;
|
||||
} else {
|
||||
}
|
||||
|
||||
// 集計期間が変わってから、初めてのチャート更新なら
|
||||
// 最も最近の統計を持ってくる
|
||||
// * 例えば集計期間が「日」である場合で考えると、
|
||||
@ -153,7 +154,6 @@ abstract class Chart<T> {
|
||||
return stats;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@autobind
|
||||
protected commit(query: Obj, group?: Obj, uniqueKey?: string, uniqueValue?: string): void {
|
||||
|
Loading…
Reference in New Issue
Block a user