fix: add userId to email data in SbloccaContatti function
This commit is contained in:
parent
f20408ebd9
commit
1a4e3dc776
1 changed files with 1 additions and 0 deletions
|
|
@ -1066,6 +1066,7 @@ export const SbloccaContatti = async ({
|
|||
subject: "Contatti sbloccati per il servizio di ricerca affitto",
|
||||
to: data.user.email,
|
||||
},
|
||||
userId: data.user.id,
|
||||
};
|
||||
const numeroProprietario = data.annuncio.numero
|
||||
? data.annuncio.numero.replace(/\s+/g, "").split(",")[0] || null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue