Skip to content

Commit

Permalink
deploy error resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
jisu15-kim committed Nov 2, 2024
1 parent 6a2651d commit 21ee044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/App/Sources/Splash/SplashAnimatedView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ struct SplashAnimatedView: View {
/// 로그아웃 -> 애니메이션 계속진행
if isAuthorized {
try? await Task.sleep(for: .seconds(1))
pushToHomeView()
await pushToHomeView()
break
}
}
Expand Down

0 comments on commit 21ee044

Please sign in to comment.