Skip to content

Commit 25ae993

Browse files
authored
Partial revert of f940d30 (ArroyoSystems#1016)
A regression was introduced in commit: f940d30 PR: ArroyoSystems#1009
1 parent e303ded commit 25ae993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/arroyo-api/src/connection_tables.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -694,7 +694,7 @@ async fn expand_json_schema(
694694
schema_response.0.schema_type
695695
)));
696696
}
697-
confluent_schema_id.replace(schema_response.0.id);
697+
confluent_schema_id.replace(schema_response.0.version);
698698

699699
schema.definition = Some(SchemaDefinition::JsonSchema {
700700
schema: schema_response.0.schema,

0 commit comments

Comments
 (0)