Skip to content

Commit

Permalink
fix fetchSemester in public courses
Browse files Browse the repository at this point in the history
  • Loading branch information
GravityDarkLab committed Jan 28, 2024
1 parent af9d843 commit b574e89
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ class PublicCoursesState extends ConsumerState<PublicCourses> {
final userViewModelNotifier = ref.read(userViewModelProvider.notifier);
Future.microtask(() async {
await userViewModelNotifier.fetchPublicCourses();
await userViewModelNotifier.fetchSemesters();
});
}

Expand Down

0 comments on commit b574e89

Please sign in to comment.