Notification investasi mobile done

### No Issue
This commit is contained in:
2026-01-22 17:53:35 +08:00
parent 20d05c1cc7
commit fc23e01275
7 changed files with 120 additions and 35 deletions

View File

@@ -174,7 +174,7 @@ async function PUT(request: Request, { params }: { params: { id: string } }) {
body: `${updatedData.title}` as NotificationMobileBodyType,
type: "announcement",
kategoriApp: "INVESTASI",
deepLink: routeUserMobile.investasiDetailPublish({ id: id }),
deepLink: routeUserMobile.investmentDetailPublish({ id: id }),
},
});