From 21ee0441d4a7d3d70ee97a8b8e21afa265ef2ee4 Mon Sep 17 00:00:00 2001 From: Jisu Kim Date: Sat, 2 Nov 2024 17:59:30 +0900 Subject: [PATCH] deploy error resolved --- Projects/App/Sources/Splash/SplashAnimatedView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/App/Sources/Splash/SplashAnimatedView.swift b/Projects/App/Sources/Splash/SplashAnimatedView.swift index 12cdc5f..a0b3464 100644 --- a/Projects/App/Sources/Splash/SplashAnimatedView.swift +++ b/Projects/App/Sources/Splash/SplashAnimatedView.swift @@ -146,7 +146,7 @@ struct SplashAnimatedView: View { /// 로그아웃 -> 애니메이션 계속진행 if isAuthorized { try? await Task.sleep(for: .seconds(1)) - pushToHomeView() + await pushToHomeView() break } }