Skip to content

Commit

Permalink
fix: pubmed参数写反
Browse files Browse the repository at this point in the history
  • Loading branch information
14790897 committed Feb 18, 2024
1 parent 9d799f1 commit 07070bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/GetPubMed .tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,8 @@ async function getPubMedPaperDetails(idList: IDList) {
async function fetchPubMedData(
query: string,
year: number,
limit: number,
offset: number
offset: number,
limit: number
) {
try {
const idList = await getPubMedPapers(query, year, offset, limit);
Expand Down

0 comments on commit 07070bf

Please sign in to comment.