Skip to content

Commit 1556673

Browse files
committed
fix code
1 parent 8814279 commit 1556673

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rocketmq-namesrv/src/processor/default_request_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ impl DefaultRequestProcessor {
288288
.write()
289289
.get_kv_list_by_namespace("ORDER_TOPIC_CONFIG")
290290
{
291-
response_command = response_command.set_body(Bytes::from(value));
291+
response_command = response_command.set_body(value);
292292
}
293293
}
294294
let register_broker_result = result.unwrap();

0 commit comments

Comments
 (0)