mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-02-17 23:45:29 -05:00
Add missing @return on search.js
This commit is contained in:
parent
318634f072
commit
09c60e68e0
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class Search {
|
|||
* If the keyword is a * it returns all local elements
|
||||
* otherwise performs a search
|
||||
* @param {*} q the keyword
|
||||
* @return {Array} list of results.
|
||||
*/
|
||||
query(q) {
|
||||
return q === '*'
|
||||
|
|
Loading…
Add table
Reference in a new issue