Skip to content

Commit

Permalink
[Team-MoMo#223] 업로드 모달 뷰컨 스위프트 린트 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongyeob97 committed Feb 26, 2021
1 parent 1dc9bd4 commit 5261a30
Showing 1 changed file with 7 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,20 +168,19 @@ class UploadModalViewController: UIViewController {
}

private func getDiariesWithAPI(userID: String,
year: String,
month: String,
order: String,
day: Int?,
emotionID: Int?,
depth: Int?) {
year: String,
month: String,
order: String,
day: Int?,
emotionID: Int?,
depth: Int?) {
DiariesService.shared.getDiaries(userId: userID,
year: year,
month: month,
order: order,
day: day,
emotionId: emotionID,
depth: depth) {
(networkResult) -> () in
depth: depth) { (networkResult) in
switch networkResult {

case .success(let data):
Expand Down

0 comments on commit 5261a30

Please sign in to comment.