refactor: remove experimental diff from history since we are using the state

This commit is contained in:
Daniel Riccio
2025-01-16 23:49:11 -05:00
parent 808fa5f8e0
commit 815c266fec
2 changed files with 2 additions and 10 deletions

View File

@@ -7,5 +7,4 @@ export type HistoryItem = {
cacheWrites?: number
cacheReads?: number
totalCost: number
experimentalDiffStrategy?: boolean
}