Skip to content

Commit 4e77229

Browse files
committed
fix(utils): remove unused history-operations import from service.ts
Remove import for non-existent history-operations.js module that was causing typecheck failures. History operations remain in service.ts as they were not extracted (not needed for 750-line limit goal).
1 parent bfe8b0b commit 4e77229

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/utils/src/storage/catalogue-db/service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ import * as AnnotationOps from "./annotation-operations.js";
1616
import * as BookmarkOps from "./bookmark-operations.js";
1717
import * as EntityOps from "./entity-operations.js";
1818
import * as GraphListOps from "./graph-list-operations.js";
19-
import * as HistoryOps from "./history-operations.js";
2019
import * as ListOps from "./list-operations.js";
2120
import type {
2221
CatalogueEntity,

0 commit comments

Comments
 (0)