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