Skip to content

Commit

Permalink
Merge pull request #291 from Gamegoo-repo/fix/289
Browse files Browse the repository at this point in the history
[Fix/289] 매너평가 관련 알림 pageUrl 버그 수정
  • Loading branch information
Eunjin3395 authored Oct 13, 2024
2 parents 4f081da + eeb4a29 commit 088a75f
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 088a75f

Please sign in to comment.