diff --git a/src/lib/actions/fcm.ts b/src/lib/actions/fcm.ts index b61bfc1a..e10906ea 100644 --- a/src/lib/actions/fcm.ts +++ b/src/lib/actions/fcm.ts @@ -112,7 +112,7 @@ export async function sendApprovalNotification( title: '결재 알림', body: '결재 문서가 완료되었습니다.', type: 'approval', - channel_id: 'push_payment', + channel_id: 'push_approval_request', ...customParams, }); } @@ -157,7 +157,7 @@ export async function sendNewClientNotification( title: '신규업체 알림', body: '새로운 업체가 등록되었습니다.', type: 'new_client', - channel_id: 'push_urgent', + channel_id: 'push_vendor_register', ...customParams, }); }