Skip to content

Commit

Permalink
Remove NewHomeworkDialog code.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-Sander committed Oct 12, 2023
1 parent f4d263f commit 39db35b
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 1,476 deletions.
1 change: 0 additions & 1 deletion app/lib/blocs/homework/homework_dialog_bloc.dart
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,6 @@ class HomeworkDialogApi {

Future<HomeworkDto> create(UserInput userInput) async {
final localFiles = userInput.localFiles;
// TODO: Is cache used?
final course =
(await _api.course.streamCourse(userInput.courseId.id).first)!;
final authorReference = _api.references.users.doc(_api.user.authUser!.uid);
Expand Down
Loading

0 comments on commit 39db35b

Please sign in to comment.