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

Fix/#303: 사용하지 않는 파일 삭제 & TipData 타입 변경 #304

Merged
merged 2 commits into from
Dec 28, 2023

Conversation

hwinkr
Copy link
Collaborator

@hwinkr hwinkr commented Dec 28, 2023

🤠 개요

💫 설명

  • 사용하지 않는 파일에서 예전 의존성을 사용하고 있어서 빌드 시 에러가 발생해서 해당 파일을 삭제했어요.
  • TipData 상수 객체에 readonly 타입을 추가해서 타입 에러를 해결했어요

📷 스크린샷 (Optional)

- useLocationHandler 파일에서 현재 사용하고 있지 않은 예전 의존성을 사용하고 있어, 빌드 시 에러가 발생해 해당 파일을 삭제
@hwinkr hwinkr self-assigned this Dec 28, 2023
Copy link
Member

@pp449 pp449 left a comment

Choose a reason for hiding this comment

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

✅ 확인했어요~

@hwinkr hwinkr merged commit f64d6c3 into dev Dec 28, 2023
1 check passed
@hwinkr hwinkr deleted the fix/#303 branch December 28, 2023 12:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix: 사용하지 않는 파일로 인한 빌드 에러 수정
2 participants