Skip to content

Commit

Permalink
Fix timeline issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vyPal committed Feb 15, 2024
1 parent 3a894b2 commit a7f4bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/api.dart
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ class Homework {
final List<String> groups;
final int eTestCards;
final int eTestAnswerCards;
final bool studyTopics;
final dynamic studyTopics;
final dynamic gradeEventId;
final String studentsHidden;
final Map<String, dynamic> data;
Expand Down

0 comments on commit a7f4bf1

Please sign in to comment.