mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Add no-misused/floating-promises lint rule
This commit is contained in:
@@ -98,7 +98,7 @@ export class ViewSyncs extends Collection {
|
||||
|
||||
const attachments = message.get('attachments');
|
||||
if (!attachments?.every(isDownloaded)) {
|
||||
queueAttachmentDownloads(message.attributes);
|
||||
void queueAttachmentDownloads(message.attributes);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user