Skip to content

Commit

Permalink
Puts comments request is not sized
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser committed Jul 25, 2024
1 parent 61f7cd9 commit 5b9eb2b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions api/src/resources/comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,7 @@ pub(crate) struct PutCommentsRequest {
}

impl SplittableRequest for PutCommentsRequest {
fn split(&self) -> Vec<Self>
where
Self: Sized,
{
fn split(&self) -> Vec<Self> {
self.comments
.clone()
.into_iter()
Expand Down

0 comments on commit 5b9eb2b

Please sign in to comment.