Skip to content

Commit 5cd0ae0

Browse files
author
Hein
committed
Fix typo
1 parent 239db5e commit 5cd0ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/attachments/src/AbstractAttachmentQueue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ export abstract class AbstractAttachmentQueue<T extends AttachmentQueueOptions =
431431
}
432432

433433
watchDownloads() {
434-
if (this.options.downloadAttachments) {
434+
if (!this.options.downloadAttachments) {
435435
return;
436436
}
437437
this.idsToDownload(async (ids) => {

0 commit comments

Comments
 (0)