Add console to find issue

This commit is contained in:
Ryahn 2025-01-27 19:17:42 -05:00
parent 5d222c35bd
commit 783d2c322a

View File

@ -27,6 +27,7 @@ class MessageService {
}
static async store(messageData) {
console.log(messageData.to);
const tempEmail = await TempEmail.query()
.where("email", messageData.to)
.first();