From 6fd69fe0d289993dd13ba403a7ce15f7ac7e5099 Mon Sep 17 00:00:00 2001 From: Sam Becker Date: Thu, 25 Apr 2024 17:27:10 -0500 Subject: [PATCH] Fix cacheKey type --- src/photo/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/photo/index.ts b/src/photo/index.ts index 88f32127..f44d5bbf 100644 --- a/src/photo/index.ts +++ b/src/photo/index.ts @@ -64,7 +64,6 @@ export interface PhotoDbInsert extends PhotoExif { hidden?: boolean takenAt: string takenAtNaive: string - cacheKey?: string } // Raw db response