upd: api komen diskusi

Deskripsi:
- update api mobile fcm komen diskusi

- update api version

No Issues
This commit is contained in:
2025-08-06 14:28:29 +08:00
parent 3561f80bf6
commit b625328789
3 changed files with 86 additions and 2 deletions

View File

@@ -100,6 +100,7 @@ export async function POST(request: Request, context: { params: { id: string } }
tokenDup.push(perbekel?.TokenDeviceUser.map((v: any) => v.token).flat())
}
const tokenUnique = [...new Set(tokenDup.flat())];
await sendFCMNotificationMany({
token: tokenUnique,