mirror of
https://github.com/kremalicious/umami.git
synced 2025-02-14 21:10:34 +01:00
Fix timezone bug (#1543)
This commit is contained in:
parent
add7c5ebe9
commit
b3d7d49448
@ -29,7 +29,7 @@ export default async (req, res) => {
|
||||
getPageviewStats(websiteId, {
|
||||
start_at: startDate,
|
||||
end_at: endDate,
|
||||
tz,
|
||||
timezone: tz,
|
||||
unit,
|
||||
count: '*',
|
||||
filters: {
|
||||
@ -44,7 +44,7 @@ export default async (req, res) => {
|
||||
getPageviewStats(websiteId, {
|
||||
start_at: startDate,
|
||||
end_at: endDate,
|
||||
tz,
|
||||
timezone: tz,
|
||||
unit,
|
||||
count: 'distinct pageview.',
|
||||
filters: {
|
||||
|
Loading…
Reference in New Issue
Block a user