Skip to content

Commit

Permalink
simpler fix for #3
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherkenny committed Mar 19, 2024
1 parent c80bd2a commit 3805cb5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions R/record_post.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ bs_post <- function(text, images, images_alt, langs, reply, quote,
} else {
# otherwise it's a set of paths
blob <- bs_upload_blob(images, auth = auth, clean = FALSE)
if (length(blob) == 1) {
blob <- blob[[1]]
}
}
}

Expand Down

0 comments on commit 3805cb5

Please sign in to comment.