Add key value to deserialize errors
This commit is contained in:
@@ -559,7 +559,8 @@ impl DmarcReporting for Server {
|
||||
}
|
||||
},
|
||||
)
|
||||
.await.caused_by(trc::location!())?;
|
||||
.await
|
||||
.caused_by(trc::location!())?;
|
||||
|
||||
for (record, count) in record_map {
|
||||
report = report.with_record(record.with_count(count));
|
||||
|
||||
@@ -366,7 +366,8 @@ impl TlsReporting for Server {
|
||||
Ok(true)
|
||||
}
|
||||
})
|
||||
.await.caused_by(trc::location!())?;
|
||||
.await
|
||||
.caused_by(trc::location!())?;
|
||||
|
||||
// Add policy
|
||||
report.policies.push(Policy {
|
||||
|
||||
Reference in New Issue
Block a user