...
This commit is contained in:
parent
b695c42b98
commit
6eed83a033
|
@ -49,7 +49,7 @@ export default bot => {
|
|||
user: list.user,
|
||||
comments: item.comments.length,
|
||||
toptags: item.tags
|
||||
.sort((a, b) => a.confidence - b.confidence)
|
||||
.sort((a, b) => a.confidence < b.confidence)
|
||||
.splice(0, 3)
|
||||
.map(tag => tag.tag),
|
||||
link: site + id.toString()
|
||||
|
|
Loading…
Reference in New Issue
Block a user