fix: remove console.logs
This commit is contained in:
@@ -5,8 +5,6 @@ import { CORE } from '@shared/config/core';
|
||||
async function sendMail(data: TBaseForm) {
|
||||
const { name, phone, message, form } = data;
|
||||
|
||||
console.log('🍒', CORE);
|
||||
|
||||
const formattedBody = `
|
||||
<html lang="ru-RU">
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user