Skip to content

Commit 582eda7

Browse files
fix clippy lint on message param on new_sucessfull_with_message fn
1 parent f8dea3a commit 582eda7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aggregation_mode/gateway/src/types.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl AppResponse {
2323
pub(super) fn new_sucessfull_with_message(data: Value, message: String) -> Self {
2424
Self {
2525
status: 200,
26-
message: message,
26+
message,
2727
data,
2828
}
2929
}

0 commit comments

Comments
 (0)