Skip to content

Commit e713ac2

Browse files
committed
chore :: 서버 점검시 앱 자동 종료
1 parent 3661ea0 commit e713ac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Projects/Presentation/Sources/Scene/OnBoarding/OnBoardingViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class OnboardingViewController: BaseViewController<OnboardingViewModel> {
6767
explainText: "더욱 원활한 서비스 이용을 위해\n노력중이니 조금만 기다려주세요!",
6868
type: .positive
6969
) {
70-
print("click")
70+
exit(1);
7171
}
7272
owner.present(alert, animated: true)
7373
}.disposed(by: disposeBag)

0 commit comments

Comments
 (0)