chore(api): make email sendFrom optional

This commit is contained in:
isra el
2024-10-27 08:39:43 +03:00
parent f207cf2439
commit da295dfe4b

View File

@@ -32,7 +32,6 @@ export class MailService {
subject,
template,
context,
from,
}
if (from) {