Finish type definition for _mapQuotedAttachments

pull/1/head
Scott Nonnenberg 8 years ago
parent 73e1498403
commit f1ff040842
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -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;

Loading…
Cancel
Save