We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6b0b6 commit 6ba381eCopy full SHA for 6ba381e
app/api/notify-users/route.js
@@ -27,7 +27,8 @@ export async function GET(request) {
27
getSubscribersTimeTaken: `${getSubscribersTimeTaken}ms`,
28
sendEmailsTimeTaken: `${sendEmailsTimeTaken}ms`,
29
totalTimeTaken: `${totalTimeTaken}ms`,
30
- service: "NotifyUsers"
+ service: "NotifyUsers",
31
+ subscribersCount: subscribers.length,
32
}
33
await logToDatabase(detailsToBeLogged)
34
logToConsole(detailsToBeLogged)
0 commit comments