mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
fix admin panel events
This commit is contained in:
@@ -53,7 +53,7 @@ export default defineEventHandler(async event => {
|
||||
$arrayElemAt: ["$counts.visits", 0]
|
||||
},
|
||||
total_events: {
|
||||
$arrayElemAt: ["$counts.visits", 0]
|
||||
$arrayElemAt: ["$counts.events", 0]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user