Commit 9a76195
Update cmd/cli/api-node.go
Use `bytes.NewReader(jsonMessage)` instead of converting to string to avoid unnecessary memory allocation.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>1 parent ba2945f commit 9a76195
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
0 commit comments