Skip to content

Commit

Permalink
fix: remove duplicate PeerReview type from Item in docmap.ts (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisgo authored Aug 22, 2023
1 parent b7f708a commit a4fcf50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export type WebPage = Manifestation & {
type: ManifestationType.WebPage,
};

export type Item = Preprint | PeerReview | PeerReview | EvaluationSummary | VersionOfRecord | Expression;
export type Item = Preprint | PeerReview | EvaluationSummary | VersionOfRecord | Expression;
export type Input = Item;
export type Output = Item;

Expand Down

0 comments on commit a4fcf50

Please sign in to comment.