Add console to find issue
This commit is contained in:
parent
5d222c35bd
commit
783d2c322a
@ -27,6 +27,7 @@ class MessageService {
|
||||
}
|
||||
|
||||
static async store(messageData) {
|
||||
console.log(messageData.to);
|
||||
const tempEmail = await TempEmail.query()
|
||||
.where("email", messageData.to)
|
||||
.first();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user