@@ -289,7 +289,7 @@ async function getCategories(db) {
asyncfunctiongetTagCloud(db,limit,offset=0){
consttags=db.prepare(`
SELECT name, count FROM (
SELECT tag_id, COUNT(1) AS c
SELECT tag_id, COUNT(1) AS count
FROM article__tag
GROUP BY tag_id
ORDER BY count DESC
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.