Finish type definition for _mapQuotedAttachments

This commit is contained in:
Scott Nonnenberg 2018-04-16 12:16:34 -07:00
parent 73e1498403
commit f1ff040842
No known key found for this signature in database
GPG key ID: 5F82280C35134661

View file

@ -151,7 +151,7 @@ exports._mapAttachments = upgradeAttachment => async (message, context) => {
// _mapQuotedAttachments :: (QuotedAttachment -> Promise QuotedAttachment) -> // _mapQuotedAttachments :: (QuotedAttachment -> Promise QuotedAttachment) ->
// (Message, Context) -> // (Message, Context) ->
// // Promise Message
exports._mapQuotedAttachments = upgradeAttachment => async (message, context) => { exports._mapQuotedAttachments = upgradeAttachment => async (message, context) => {
if (!message.quote) { if (!message.quote) {
return message; return message;