Finish type definition for _mapQuotedAttachments

This commit is contained in:
Scott Nonnenberg
2018-04-16 12:16:34 -07:00
parent 73e1498403
commit f1ff040842

View File

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