Исправил название проекта в email

This commit is contained in:
Primakov Alexandr Alexandrovich 2022-04-23 20:28:20 +03:00
parent 1a95a022ea
commit 4ce1ec2f2b

View File

@ -13,6 +13,6 @@ init({
})
if (process.env.MAIL_TO_1 && process.env.MODE !== 'dev') {
addToQueue(new AdminNotificationRequest(`Деплой админки v${pkg.version} прошёл успешно`))
addToQueue(new AdminNotificationRequest(`Деплой RED-CODER-BH v${pkg.version} прошёл успешно`))
}