Skip to content

Commit

Permalink
Bug Bash: Fix typo (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
robertjdominguez authored and hasura-bot committed Jul 16, 2024
1 parent d7ca64b commit 9f6ac66
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v3/crates/open-dds/metadata.jsonschema
Original file line number Diff line number Diff line change
Expand Up @@ -4538,7 +4538,7 @@
"type": "string"
},
"forwardHeaders": {
"description": "List of actual HTTP response headers from the data conector to be set as response headers",
"description": "List of actual HTTP response headers from the data connector to be set as response headers",
"type": "array",
"items": {
"type": "string"
Expand Down
2 changes: 1 addition & 1 deletion v3/crates/open-dds/src/data_connector/v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ pub struct ResponseHeaders {
/// Name of the field in the NDC function/procedure's result which contains
/// the result
pub result_field: String,
/// List of actual HTTP response headers from the data conector to be set as
/// List of actual HTTP response headers from the data connector to be set as
/// response headers
pub forward_headers: Vec<String>,
}

0 comments on commit 9f6ac66

Please sign in to comment.