Skip to content

Commit 969b137

Browse files
committed
fix: lint
1 parent 6f139ac commit 969b137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/TeamService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ async function sendEmail (currentUser, data) {
319319
const templateCC = template.cc || []
320320
const dataRecipients = data.recipients || []
321321
const templateRecipients = template.recipients || []
322-
let emailData = {
322+
const emailData = {
323323
// override template if coming data already have the 'from' address
324324
from: data.from || template.from,
325325
// create a set of uniq. recipients & CCs, from both coming data & template

0 commit comments

Comments
 (0)