Skip to content

Commit 060cd79

Browse files
committed
fix: remove cacheKey from FileContents to resolve type error
1 parent 2252b5c commit 060cd79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/desktop/src/pages/session.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,6 @@ export default function Page() {
494494
file={{
495495
name: f().path,
496496
contents: f().content?.content ?? "",
497-
cacheKey: checksum(f().content?.content ?? ""),
498497
}}
499498
overflow="scroll"
500499
class="pb-40"

0 commit comments

Comments
 (0)