From 3b6e1be169d5993897b754e1f01dce4360ae054e Mon Sep 17 00:00:00 2001 From: Marshall Bowers Date: Tue, 28 Jan 2025 17:52:50 -0500 Subject: [PATCH] collab: Fix error message when missing Kinesis region (#23811) This PR fixes a typo in the error that occurs when trying to construct an AWS Kinesis client and the `kinesis_region` value is missing. Release Notes: - N/A --- crates/collab/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/collab/src/lib.rs b/crates/collab/src/lib.rs index 86e0112f075e8ec12ac2819aca820969316b39e8..a0f5fa371cf7424725e83c5fdb708829b8140165 100644 --- a/crates/collab/src/lib.rs +++ b/crates/collab/src/lib.rs @@ -407,7 +407,7 @@ async fn build_kinesis_client(config: &Config) -> anyhow::Result