Notifikasi mobile job
Add: src/lib/mobile/ types/type-mobile-notification.ts Fix: src/app/api/auth/mobile-register/route.ts src/app/api/mobile/job/route.ts ### No Issue
This commit is contained in:
@@ -85,9 +85,8 @@ export async function POST(req: Request) {
|
||||
// =========== START SEND NOTIFICATION =========== //
|
||||
|
||||
const findAllUserBySendTo = await prisma.user.findMany({
|
||||
where: {
|
||||
masterUserRoleId: "2",
|
||||
},
|
||||
where: { masterUserRoleId: "2" },
|
||||
select: { id: true },
|
||||
});
|
||||
|
||||
console.log("Users to notify:", findAllUserBySendTo);
|
||||
|
||||
Reference in New Issue
Block a user