Skip to content

Commit

Permalink
chore: typo (GreptimeTeam#2470)
Browse files Browse the repository at this point in the history
  • Loading branch information
fengjiachun authored and paomian committed Oct 19, 2023
1 parent 85a0884 commit 3df1b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meta-srv/src/handler/node_stat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ impl TryFrom<HeartbeatRequest> for Stat {
})
}
_ => InvalidHeartbeatRequestSnafu {
err_msg: "missing header, peer or node_stat",
err_msg: "missing header or peer",
}
.fail(),
}
Expand Down

0 comments on commit 3df1b3e

Please sign in to comment.