Fix comments

This commit is contained in:
fogelito
2022-07-14 17:56:50 +03:00
parent 1b74473421
commit bded3da5df
4 changed files with 1 additions and 7 deletions
-2
View File
@@ -191,12 +191,10 @@ class Usage
protected array $periods = [
[
'key' => '30m',
//'multiplier' => 1800,
'startTime' => '-24 hours',
],
[
'key' => '1d',
//'multiplier' => 86400,
'startTime' => '-90 days',
],
];