feat(ci): add vector to handle logs pipeline (#5021)

This commit is contained in:
Sampras Lopes
2024-06-24 17:49:03 +05:30
committed by GitHub
parent 8ceaaa9e3d
commit fed7b69799
5 changed files with 162 additions and 24 deletions

View File

@ -262,6 +262,7 @@ impl TryInto<RefundFilterRow> for serde_json::Value {
))
}
}
impl TryInto<DisputeMetricRow> for serde_json::Value {
type Error = Report<ParsingError>;