mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-04-01 02:41:39 -05:00
Fixed lint
no refs
This commit is contained in:
parent
2c2d639838
commit
0ec84d1948
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ module.exports = function MembersApi({
|
|||
}
|
||||
} else {
|
||||
const tokenData = _.pick(req.body, ['labels', 'name', 'oldEmail']);
|
||||
await sendEmailWithMagicLink({email, tokenData, requestedType: emailType, requestSrc, options: { forceEmailType }});
|
||||
await sendEmailWithMagicLink({email, tokenData, requestedType: emailType, requestSrc, options: {forceEmailType}});
|
||||
}
|
||||
res.writeHead(201);
|
||||
return res.end('Created.');
|
||||
|
|
Loading…
Add table
Reference in a new issue