Skip to content

Commit

Permalink
[Fix] #244 - 코드 리뷰 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongdung-eo committed Mar 20, 2024
1 parent f56cb7a commit 4b75ee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iOS-NOTTODO/iOS-NOTTODO/Network/Service/BaseService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ extension BaseService {
}.eraseToAnyPublisher()
}

// status codea만 사용하는 경우
// status code만 사용하는 경우
func requestWithCombineNoResult(_ target: API) -> AnyPublisher<Int, Error> {
return Future { promise in
self.provider.request(target) { response in
Expand Down

0 comments on commit 4b75ee5

Please sign in to comment.