fix read students reactions

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-03-27 13:45:42 +03:00
parent 424013c570
commit 245d56410d
3 changed files with 5 additions and 5 deletions

View File

@@ -59,7 +59,7 @@ export interface Lesson {
id: string;
_id: string;
name: string;
reactions: Reaction[];
studentReactions: Reaction[];
students: User[];
teachers: Teacher[];
date: string;