Skip to content

Commit

Permalink
refactor: 제안 알림 내용 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
seheonnn committed Aug 30, 2024
1 parent 02a2b59 commit 8cc2073
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ public ProposeCreateResponse createPropose(Organization organization, ProposeCre

final Propose propose = proposeRepository.save(request.toEntity(organization, target));
try {
firebaseUtil.sendMessageTo(target, organization.getName() + "으로부터 제안이 왔어요!", "제안왓숑", propose);
firebaseUtil.sendMessageTo(target, organization.getName() + "으로부터 제안이 왔어요!", "이메일을 확인하고 기업과 컨택해 보세요.",
propose);
} catch (IOException ex) {
log.error("[*] Failed to send notification to organization: " + target.getName(), ex);
}
Expand Down

0 comments on commit 8cc2073

Please sign in to comment.