Skip to content

Commit

Permalink
[fix] 불필요 코드 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
stealmh committed Jan 4, 2025
1 parent 029bb12 commit 190e2ae
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,14 +222,9 @@ private extension SplashFeature {
case .alert:
return .none
}
return .none
}
/// - Delegate Effect
func handleDelegateAction(_ action: Action.DelegateAction, state: inout State) -> Effect<Action> {
return .none
}

func versionCheck() -> Effect<Action> {
return .none
}
}

0 comments on commit 190e2ae

Please sign in to comment.