Fix cacheKey type

This commit is contained in:
Sam Becker 2024-04-25 17:27:10 -05:00
parent cc17cc9e45
commit 6fd69fe0d2

View File

@ -64,7 +64,6 @@ export interface PhotoDbInsert extends PhotoExif {
hidden?: boolean
takenAt: string
takenAtNaive: string
cacheKey?: string
}
// Raw db response