Skip to content

Commit

Permalink
copy put comments response
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-prosser committed Jul 25, 2024
1 parent d25c17f commit 185d28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/resources/comment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ impl SplittableRequest for PutCommentsRequest {
}
}

#[derive(Default, Debug, Clone, Deserialize)]
#[derive(Default, Debug, Copy, Clone, Deserialize)]
pub struct PutCommentsResponse;

impl ReducableResponse for PutCommentsResponse {
Expand Down

0 comments on commit 185d28d

Please sign in to comment.