Skip to content

Commit

Permalink
[Feat]#178 - 한 줄 소개 피드 업로드 함수 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
yeonsu0-0 committed Apr 24, 2024
1 parent 956038d commit 0a19e71
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ final class OnboardingEndingViewModel: ViewModelType {
if statusCode == 200 {
publisher.send("start")
}
_ = try await self.postWriteContentAPI(inroduction: value)
} catch {
print(error)
}
Expand Down

0 comments on commit 0a19e71

Please sign in to comment.