fix: there is no alltime digest, fixes translation in test email

there is no digest.title.alltime
isekai-main
Barış Soner Uşaklı 3 years ago
parent 47df62e700
commit e62948f73d

@ -18,7 +18,7 @@ Email.test = async function (socket, data) {
switch (data.template) {
case 'digest':
await userDigest.execute({
interval: 'alltime',
interval: 'month',
subscribers: [socket.uid],
});
break;

Loading…
Cancel
Save