Skip to content

Commit

Permalink
Enable requests for engrXiv preprint reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Feb 6, 2025
1 parent 440170b commit c5a0371
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions src/review-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import type {
EartharxivPreprintId,
EcoevorxivPreprintId,
EdarxivPreprintId,
EngrxivPreprintId,
MedrxivPreprintId,
MetaarxivPreprintId,
OsfPreprintsPreprintId,
Expand All @@ -35,6 +36,7 @@ export type ReviewRequestPreprintId =
| EartharxivPreprintId
| EcoevorxivPreprintId
| EdarxivPreprintId
| EngrxivPreprintId
| MedrxivPreprintId
| MetaarxivPreprintId
| OsfPreprintsPreprintId
Expand Down Expand Up @@ -129,6 +131,7 @@ export function isReviewRequestPreprintId(preprint: PreprintId): preprint is Rev
'eartharxiv',
'ecoevorxiv',
'edarxiv',
'engrxiv',
'medrxiv',
'metaarxiv',
'osf-preprints',
Expand Down
2 changes: 1 addition & 1 deletion test/fc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -952,6 +952,7 @@ export const reviewRequestPreprintId = (): fc.Arbitrary<ReviewRequestPreprintId>
eartharxivPreprintId(),
ecoevorxivPreprintId(),
edarxivPreprintId(),
engrxivPreprintId(),
medrxivPreprintId(),
metaarxivPreprintId(),
osfPreprintsPreprintId(),
Expand All @@ -971,7 +972,6 @@ export const notAReviewRequestPreprintId = (): fc.Arbitrary<Exclude<PreprintId,
authoreaPreprintId(),
chemrxivPreprintId(),
curvenotePreprintId(),
engrxivPreprintId(),
jxivPreprintId(),
osfPreprintId(),
philsciPreprintId(),
Expand Down

0 comments on commit c5a0371

Please sign in to comment.