-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
examples/asker-analytics/backend/src/read-models/conference-statistics-read-model.ts
Lines 32 to 37 in 5d1b25d
| if (entity.type === 'TODO') { | |
| verbs += 1 | |
| } | |
| return new ConferenceStatisticsReadModel( | |
| entity.conferenceId, | |
| verbs, |