Skip to content

Commit

Permalink
fix/#324 오류수정
Browse files Browse the repository at this point in the history
  • Loading branch information
hooni0918 committed Aug 23, 2024
1 parent a7ef9ba commit 1b8acc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions KkuMulKum/Source/MyPage/ViewModel/MyPageEditViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import RxCocoa
import Moya

class MyPageEditViewModel: ViewModelType {
private let authService: AuthServiceType
private let authService: AuthServiceProtocol

struct Input {
let profileImageTap: Observable<Void>
Expand All @@ -28,7 +28,7 @@ class MyPageEditViewModel: ViewModelType {
let serverResponse: Driver<String?>
}

init(authService: AuthServiceType) {
init(authService: AuthServiceProtocol) {
self.authService = authService
}

Expand Down

0 comments on commit 1b8acc5

Please sign in to comment.