Finish type definition for _mapQuotedAttachments
This commit is contained in:
parent
73e1498403
commit
f1ff040842
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue