YAPP-Github/FullCar-Server

fix: get member API

Closed this issue · 0 comments

🦾  Fix Description

Got NullpointError when member.getCompany() is null.
I am going to use the ternary operator to fix this issue.
Ex ) member.getCompany() == null ? null : member.getCompany().getCompanyName()

📝  To-do

  • fix API