clear more ticket, sub and design
This commit is contained in:
@@ -14,7 +14,7 @@ const { onRequest } = require("firebase-functions/https");
|
||||
|
||||
const resendClient = new Resend(RESEND_API_KEY);
|
||||
const WELCOME_EMAIL_FROM =
|
||||
process.env.RESEND_FROM_EMAIL || "MusicLand <musicland@minuit.app>";
|
||||
process.env.RESEND_FROM_EMAIL || "MusicLand <musicland@musicland.ai>";
|
||||
const WELCOME_EMAIL_SUBJECT = "Bienvenue sur MusicLand";
|
||||
|
||||
exports.testWelcomMail = onRequest(async (req, res) => {
|
||||
|
||||
Reference in New Issue
Block a user