From f1ff04084296f5398b26d195b3a2cbf24aae03f9 Mon Sep 17 00:00:00 2001 From: Scott Nonnenberg Date: Mon, 16 Apr 2018 12:16:34 -0700 Subject: [PATCH] Finish type definition for _mapQuotedAttachments --- js/modules/types/message.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/modules/types/message.js b/js/modules/types/message.js index 5df1bebcf..ec84e7299 100644 --- a/js/modules/types/message.js +++ b/js/modules/types/message.js @@ -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;