mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 10:46:14 +01:00
fix: there is no alltime digest, fixes translation in test email
there is no digest.title.alltime
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user