fix read students reactions
This commit is contained in:
@@ -59,7 +59,7 @@ export interface Lesson {
|
||||
id: string;
|
||||
_id: string;
|
||||
name: string;
|
||||
reactions: Reaction[];
|
||||
studentReactions: Reaction[];
|
||||
students: User[];
|
||||
teachers: Teacher[];
|
||||
date: string;
|
||||
|
||||
Reference in New Issue
Block a user