Skip to content

Commit

Permalink
Merge branch 'develop' into siiion@#62
Browse files Browse the repository at this point in the history
  • Loading branch information
siiion authored Jan 31, 2025
2 parents 7e84576 + cf8fbb1 commit 959a759
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions economic_fe/lib/view/screens/mypage/wrong_quiz_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,11 @@ class WrongQuizPage extends StatefulWidget {
class _WrongQuizPageState extends State<WrongQuizPage> {
final WrongQuizController controller = Get.put(WrongQuizController());

@override
void initState() {
super.initState();
controller.fetchIncorrectQuestions(); // 초기 데이터 로드
}

@override
Widget build(BuildContext context) {
return Scaffold(
backgroundColor: Palette.background,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MyLearningController extends GetxController
try {
print("start");
dynamic response;

if (type) {
response = await RemoteDataSource.getDictionary(page, text);
print("response :: $response");
Expand Down

0 comments on commit 959a759

Please sign in to comment.