Handle very old date strings in correspondent list

This commit is contained in:
shamoon
2023-08-07 15:48:00 -07:00
parent 73e829b721
commit f677744014
4 changed files with 39 additions and 8 deletions

View File

@@ -1,5 +1,5 @@
import { MatchingModel } from './matching-model'
export interface PaperlessCorrespondent extends MatchingModel {
last_correspondence?: Date
last_correspondence?: string // Date
}