Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Sep 26, 2023
1 parent 1c5a464 commit 259b67e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
nodejs 18.15.0
5 changes: 3 additions & 2 deletions app/components/find-journal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,10 @@ export default class FindJournal extends Component {
autocomplete;

/**
* lookupDOI - Set publication, publication journal, and doiInfo based on DOI.
* Search for journals by autocompleting based on the term prefix.
*
* @param {boolean} setPublication DOI lookup should set the Publication object on the submission
* @param {string} term The search term
* @returns {array} array of Journals
*/
@dropTask
searchJournals = function* (term) {
Expand Down

0 comments on commit 259b67e

Please sign in to comment.