+ 1 from last

This commit is contained in:
Ralfs 2021-04-13 23:47:37 +03:00
parent 7d871e7a58
commit 69e1cb3763
1 changed files with 0 additions and 1 deletions

View File

@ -75,7 +75,6 @@ const sendEmail = (email: string, message: string) => {
}
export const sendAlert = (alert: any, message: string) => {
console.log(alert);
if (alert.alertProvider == 'sms') {
const phoneNumber = `+${alert.phoneNumber.code}${alert.phoneNumber.phone}`;
sendSms(phoneNumber, message);