Skip to content

Commit

Permalink
Enable requests for Research Square preprint reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Feb 6, 2025
1 parent 4f6af6f commit 1aadc76
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 @@ -21,6 +21,7 @@ import type {
PreprintId,
PreprintsorgPreprintId,
PsyarxivPreprintId,
ResearchSquarePreprintId,
ScieloPreprintId,
SocarxivPreprintId,
TechrxivPreprintId,
Expand All @@ -42,6 +43,7 @@ export type ReviewRequestPreprintId =
| OsfPreprintsPreprintId
| PreprintsorgPreprintId
| PsyarxivPreprintId
| ResearchSquarePreprintId
| ScieloPreprintId
| SocarxivPreprintId
| TechrxivPreprintId
Expand Down Expand Up @@ -137,6 +139,7 @@ export function isReviewRequestPreprintId(preprint: PreprintId): preprint is Rev
'osf-preprints',
'preprints.org',
'psyarxiv',
'research-square',
'scielo',
'socarxiv',
'techrxiv',
Expand Down
2 changes: 1 addition & 1 deletion test/fc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -958,6 +958,7 @@ export const reviewRequestPreprintId = (): fc.Arbitrary<ReviewRequestPreprintId>
osfPreprintsPreprintId(),
preprintsorgPreprintId(),
psyarxivPreprintId(),
researchSquarePreprintId(),
scieloPreprintId(),
socarxivPreprintId(),
techrxivPreprintId(),
Expand All @@ -976,7 +977,6 @@ export const notAReviewRequestPreprintId = (): fc.Arbitrary<Exclude<PreprintId,
osfPreprintId(),
philsciPreprintId(),
psychArchivesPreprintId(),
researchSquarePreprintId(),
scienceOpenPreprintId(),
verixivPreprintId(),
zenodoPreprintId(),
Expand Down

0 comments on commit 1aadc76

Please sign in to comment.