Skip to content

Commit

Permalink
フラグでメール送信
Browse files Browse the repository at this point in the history
  • Loading branch information
Kubosaka committed Nov 16, 2024
1 parent f16a908 commit 8b31d6f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/app/api/mailer/assginment/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ export async function POST(req: NextRequest) {

const usersEmails = (
await prisma.user.findMany({
where: { isReceivedMail: true },
select: {
email: true,
},
Expand Down

0 comments on commit 8b31d6f

Please sign in to comment.