We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84387fa + 02f3ffe commit 4f7ff4aCopy full SHA for 4f7ff4a
src/migration/stream_metadata_migration.rs
@@ -197,7 +197,7 @@ pub fn v5_v6(mut stream_metadata: Value) -> Value {
197
log_source_entry = LogSourceEntry::new(log_source, HashSet::new());
198
}
199
200
- stream_metadata_map.insert("log_source".to_owned(), json!(log_source_entry));
+ stream_metadata_map.insert("log_source".to_owned(), json!([log_source_entry]));
201
stream_metadata
202
203
0 commit comments