mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +01:00
chore: eslint prefer-template
This commit is contained in:
committed by
Julian Lam
parent
4ee0f1459d
commit
707b55b6a5
@@ -41,7 +41,7 @@ Email.test = async function (socket, data) {
|
||||
type: 'test',
|
||||
bodyShort: '[[email:notif.test.short]]',
|
||||
bodyLong: '[[email:notif.test.long]]',
|
||||
nid: 'uid:' + socket.uid + ':test',
|
||||
nid: `uid:${socket.uid}:test`,
|
||||
path: '/',
|
||||
from: socket.uid,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user