1 parent 5865645 commit 55fb5a5Copy full SHA for 55fb5a5
1 file changed
src/analytics/analytics.service.ts
@@ -244,13 +244,13 @@ export class AnalyticsService {
244
leaves: parseInt(presenceLeaves || '0', 10),
245
},
246
participants: {
247
+ total: parseInt(totalParticipants || '0', 10),
248
+ moderators: parseInt(totalModerators || '0', 10),
249
+ },
250
polls: {
251
totalCreated: parseInt(totalPolls || '0', 10),
252
totalVotes: parseInt(totalPollVotes || '0', 10),
253
totalClosed: parseInt(totalPollsClosed || '0', 10),
- },
- total: parseInt(totalParticipants || '0', 10),
- moderators: parseInt(totalModerators || '0', 10),
254
255
typing: {
256
events: parseInt(typingEvents || '0', 10),
0 commit comments