Skip to content

Commit 3b6a8fe

Browse files
committed
chore: fix comment
1 parent 871d3dd commit 3b6a8fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/common/src/attachments/AttachmentQueue.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export class AttachmentQueue {
215215
state: AttachmentState.SYNCED
216216
});
217217
} else {
218-
// The localURI should be set if the record was meant to be downloaded
218+
// The localURI should be set if the record was meant to be uploaded
219219
// and hasSynced is false then
220220
// it must be an upload operation
221221
const newState =

0 commit comments

Comments
 (0)