Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericjeangirard committed Dec 4, 2023
1 parent 6e29f43 commit da9d33d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/utils/works.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const getOpenAlexPublicationsByYear = (options, cursor = '*', previousResponse =
} else {
url += '&[email protected]';
}
url += '&select=authorships,display_name,doi,id,ids,publication_year,type&cursor=*';
url += '&select=authorships,display_name,doi,id,ids,publication_year,type';
console.log(`${url}&cursor=${cursor}`);
return fetch(`${url}&cursor=${cursor}`)
.then((response) => {
Expand Down

0 comments on commit da9d33d

Please sign in to comment.