We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 871d3dd commit 3b6a8feCopy full SHA for 3b6a8fe
packages/common/src/attachments/AttachmentQueue.ts
@@ -215,7 +215,7 @@ export class AttachmentQueue {
215
state: AttachmentState.SYNCED
216
});
217
} else {
218
- // The localURI should be set if the record was meant to be downloaded
+ // The localURI should be set if the record was meant to be uploaded
219
// and hasSynced is false then
220
// it must be an upload operation
221
const newState =
0 commit comments