Skip to content

Commit

Permalink
refactor: remove accessId field from collection
Browse files Browse the repository at this point in the history
  • Loading branch information
navinkarkera committed Sep 11, 2024
1 parent 86fa53e commit 9452c69
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/library-authoring/components/CollectionCard.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ const CollectionHitSample: CollectionHit = {
},
created: 1722434322294,
modified: 1722434322294,
accessId: 1,
tags: {},
};

Expand Down
1 change: 0 additions & 1 deletion src/search-manager/data/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@ export interface ContentHit extends BaseContentHit {
*/
export interface CollectionHit extends BaseContentHit {
description: string;
accessId: number;
componentCount?: number;
}

Expand Down

0 comments on commit 9452c69

Please sign in to comment.