fix(analyticsApi): fixed last_30_days_data
Build and Push Docker image / build-and-push (push) Successful in 2m16s
Details
Build and Push Docker image / build-and-push (push) Successful in 2m16s
Details
This commit is contained in:
parent
72cfd2ba59
commit
f8e15cdd47
|
@ -138,7 +138,7 @@ func initPageViewCount(app *pocketbase.PocketBase, e *core.ServeEvent) {
|
|||
(
|
||||
SELECT json_group_array(
|
||||
json_object(
|
||||
'date', strftime('%Y-%m-%dT%H:%M:%SZ', created),
|
||||
'date', date,
|
||||
'count', daily_count
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue