Skip to content

Commit

Permalink
Remove unused transformation
Browse files Browse the repository at this point in the history
Refs #51, 6d99dbb
  • Loading branch information
thewilkybarkid committed Jul 15, 2024
1 parent 0aa8a80 commit 2b05ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/reviews.json.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const LegacyRapidReviews = Schema.Struct({
),
preprint: Schema.Struct({
handle: Doi.ParseDoiSchema,
preprintServer: Schema.Lowercase.pipe(Schema.compose(PreprintServer.PreprintServerSchema)),
preprintServer: PreprintServer.PreprintServerSchema,
}),
}),
),
Expand Down

0 comments on commit 2b05ae3

Please sign in to comment.