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

[Bug] response의 Date타입 오류 #1263

Open
izone00 opened this issue Mar 6, 2024 · 0 comments
Open

[Bug] response의 Date타입 오류 #1263

izone00 opened this issue Mar 6, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@izone00
Copy link
Contributor

izone00 commented Mar 6, 2024

Desc

response로 받은 json의 date 관련값은 Date가 아닌 string인데
any타입을 바로 변수에 대입해서 string을 Date타입으로 잘못 인식하는 것 같습니다.

Reproduce

  1. 배포된 환경에서 확인 가능

Wanted

  • 현재 response로 받는 date관련값을 string type으로 저장하는 경우도 있고 Date타입으로 저장하는 경우도 있다.(실제 변수 type은 string)
  • string변수를 Date타입으로 저장한다면 추후에 오류가 날 가능성이 있어 보입니다.
  • 현재도 type이 Date로 되어있는데 실제 변수가 string이라 함수의 인자로 Date를 전달할 때 new Date()가 사용되는 것 같습니다.
  • string이랑 Date중 어떤 걸 기준으로 type을 지정해야할지 헷갈릴 것 같습니다.
Screen Shot 2024-03-06 at 2 35 34 PM

Bug img / video

Screen Shot 2024-03-06 at 2 32 27 PM Screen Shot 2024-03-06 at 2 32 59 PM

Etc

@izone00 izone00 added the bug Something isn't working label Mar 6, 2024
@izone00 izone00 changed the title response의 Date타입 오류 [Bug] response의 Date타입 오류 Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant