Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
HeinrichvonStein committed Dec 2, 2024
1 parent 239db5e commit 5cd0ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/attachments/src/AbstractAttachmentQueue.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export abstract class AbstractAttachmentQueue<T extends AttachmentQueueOptions =
}

watchDownloads() {
if (this.options.downloadAttachments) {
if (!this.options.downloadAttachments) {
return;
}
this.idsToDownload(async (ids) => {
Expand Down

0 comments on commit 5cd0ae0

Please sign in to comment.