Skip to content

Commit 0d6a557

Browse files
Removed unecessary comment
1 parent afeec6e commit 0d6a557

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/powersync_attachments_stream/lib/src/attachment_queue_service.dart

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,8 +223,7 @@ class AttachmentQueue {
223223
id: item.id,
224224
filename: filename,
225225
state: AttachmentState.queuedDownload,
226-
metaData: item.metaData,
227-
// hasSynced: existingQueueItem.hasSynced;
226+
metaData: item.metaData
228227
),
229228
);
230229
} else if (existingQueueItem.state == AttachmentState.archived) {

0 commit comments

Comments
 (0)