-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
examples/asker-analytics/backend/src/entities/word.ts
Lines 17 to 21 in 5d1b25d
| const type: string = 'TODO' | |
| return new Word(event.id, event.name, event.questionId, event.conferenceId, type) | |
| } | |
| } |