Skip to content

Commit ed79258

Browse files
Update adapter/rest/src/main.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Signed-off-by: Raphael Götz <52959657+raphael-goetz@users.noreply.github.com>
1 parent f921b1a commit ed79258

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

adapter/rest/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ async fn execute_flow_to_hyper_response(
136136
else {
137137
return json_error(
138138
StatusCode::INTERNAL_SERVER_ERROR,
139-
"headers was not a struct",
139+
"headers was not a list of header entries",
140140
);
141141
};
142142

0 commit comments

Comments
 (0)