Fix API notifikasi untuk job

### No Issue
This commit is contained in:
2026-01-08 10:14:35 +08:00
parent 87515ae19f
commit 2086692897
5 changed files with 67 additions and 10 deletions

View File

@@ -30,8 +30,8 @@ async function POST(request: Request) {
recipientIds: adminUsers.map((user) => user.id),
senderId: data.authorId,
payload: {
title: "Job: Pengajuan Review",
body: data.title,
title: "Pengajuan Review",
body: "Terdapat pengajuan baru yang perlu direview",
type: "announcement",
deepLink: routeAdminMobile.jobByStatus({ status: "review" }),
kategoriApp: "JOB",