Skip to content

Commit 79caae5

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 a113543 commit 79caae5

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
@@ -113,7 +113,7 @@ async fn execute_flow_to_hyper_response(
113113

114114
match store.validate_and_execute_flow(flow, value).await {
115115
Some(result) => {
116-
log::debug!("Recieved Result: {:?}", result);
116+
log::debug!("Received Result: {:?}", result);
117117
let Value {
118118
kind: Some(StructValue(Struct { fields })),
119119
} = result

0 commit comments

Comments
 (0)