Project-MO-A / MOA-Backend

MO:A is a web application that provides group study or team project services
2 stars 1 forks source link

fix: 테스트 에러 수정 #83

Closed KAispread closed 1 year ago

KAispread commented 1 year ago

Issue: #81

DONE

KAispread commented 1 year ago

날짜 데이터를 LocalDateTime로 반환하니까 값이 알아보기 힘들게 나와서 String으로 반환하도록 변경했습니다. 이에 따라 LocalDateTime api를 사용하지 못하게 되면서 발생한 오류였고 수정했습니다.