Skip to content

Commit

Permalink
fix(cli): fix attachments not uploaded on sync (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser authored Sep 27, 2024
1 parent 4413c65 commit 9f5f720
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# v0.33.1
- Fix selection index issue on custom label trend reports
- Fix attachments not getting uploaded when syncing comments

# v0.33.0
- add custom label trend report
Expand Down
2 changes: 1 addition & 1 deletion cli/src/commands/create/comments.rs
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@ fn upload_batch_of_comments(
if let Some(attachments_dir) = attachments_dir {
upload_attachments_for_comments(
client,
comments_to_put,
comments_to_sync,
attachments_dir,
statistics,
&source.id,
Expand Down

0 comments on commit 9f5f720

Please sign in to comment.