Skip to content

Commit 9452c69

Browse files
committed
refactor: remove accessId field from collection
1 parent 86fa53e commit 9452c69

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/library-authoring/components/CollectionCard.test.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ const CollectionHitSample: CollectionHit = {
2929
},
3030
created: 1722434322294,
3131
modified: 1722434322294,
32-
accessId: 1,
3332
tags: {},
3433
};
3534

src/search-manager/data/api.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export interface ContentHit extends BaseContentHit {
135135
*/
136136
export interface CollectionHit extends BaseContentHit {
137137
description: string;
138-
accessId: number;
139138
componentCount?: number;
140139
}
141140

0 commit comments

Comments
 (0)