Skip to content

Commit

Permalink
🐛 [Fix] 매너평가 관련 알림 pageUrl 버그 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunjin3395 committed Oct 13, 2024
1 parent 6a867c9 commit 4d56c1e
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@ public static NotificationResponse.notificationDTO toNotificationDTO(
pageUrl = urlBuilder.toString();

}
} else {// sourceMember가 없는 경우: 매너평가 관련 알림
pageUrl = urlBuilder.toString();

}

}
Expand Down

0 comments on commit 4d56c1e

Please sign in to comment.