mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
update comment
This commit is contained in:
parent
57b28c39bf
commit
1c07e41efd
1 changed files with 1 additions and 1 deletions
|
|
@ -147,7 +147,7 @@ const selectCandidates = async (user: User): Promise<Array<Candidate>> => {
|
|||
const publicCandidatesSize = publicCandidates.length
|
||||
logger.info(`Found ${publicCandidatesSize} public candidates`)
|
||||
|
||||
// return 100 candidates and 70 from private and 30 from public
|
||||
// returns 100 candidates which are a mix of private and public candidates
|
||||
return [...privateCandidates, ...publicCandidates]
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue