mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
🎨 Fix lint errors
This commit is contained in:
@@ -4,7 +4,7 @@ exports.GROUP = 'group';
|
||||
exports.PRIVATE = 'private';
|
||||
|
||||
// Message -> Promise Message
|
||||
exports.process = async (message) =>
|
||||
exports.process = async message =>
|
||||
Object.assign({}, message, {
|
||||
attachments: await Promise.all(message.attachments.map(Attachment.process)),
|
||||
})
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user