Closed thehenrytsai closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 98.72%. Comparing base (
8b6eb13
) to head (fb58056
). Report is 3 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Prior to this change, a 404 status is returned without any data when a RecordsRead is performed against a deleted record.
But 404 status alone prevents a the RecordsDelete from being imported into the caller's DWN for the purpose updating the record's state.
This PR updated RecordsRead to return RecordsDelete and initial RecordsWrite when record is deleted.