Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REFACTOR] #230 - 명함생성뷰 userID 로직 설정 #232

Merged
merged 1 commit into from
Dec 26, 2021

Conversation

hyun99999
Copy link
Member

@hyun99999 hyun99999 commented Dec 26, 2021

🌴 PR 요약

🌱 작업한 브랜치

🌱 작업한 내용

  • 명함생성뷰 userID 로직 설정
  • 주석지우기

📮 관련 이슈

@hyun99999 hyun99999 added the Refactor 로직은 변경하지 않고, 기존의 코드를 개선하는 리펙토링 label Dec 26, 2021
@hyun99999 hyun99999 self-assigned this Dec 26, 2021
@mini-min mini-min added the Hyungyu 🐯 현규 교수님 작업 label Dec 26, 2021
@@ -34,7 +33,7 @@ class FrontViewController: UIViewController {
super.viewWillAppear(animated)

setCardDataModelList()
cardListFetchWithAPI(userID: "nada2", isList: false, offset: offset)
cardListFetchWithAPI(userID: userID, isList: false, offset: offset)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

@hyun99999 hyun99999 merged commit 688b9ce into release1.0/2 Dec 26, 2021
@hyun99999 hyun99999 deleted the release1.0/#230 branch December 26, 2021 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hyungyu 🐯 현규 교수님 작업 Refactor 로직은 변경하지 않고, 기존의 코드를 개선하는 리펙토링
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[REFACTOR] 명함생성뷰 userID 로직 설정
2 participants