mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-24 16:14:01 +08:00
Fix coffeelint error
This commit is contained in:
parent
ff88bda64a
commit
b68549cf7e
1 changed files with 1 additions and 1 deletions
|
@ -169,7 +169,7 @@ class DraftFactory
|
|||
.limit(1)
|
||||
.then((msg) =>
|
||||
return (msg && msg.headerMessageId || "")
|
||||
)
|
||||
)
|
||||
|
||||
return rthmsid.then((replyToHeaderMessageId) =>
|
||||
@createDraft({
|
||||
|
|
Loading…
Reference in a new issue