@@ -324,7 +324,7 @@ async function getArticleCounts(db, year) {
printf('%02d', month) AS m
FROM article
WHERE year = @year
GROUP BY year_month
GROUP BY year, month
ORDER BY year_month
`).all({year})
returncounts.map((c)=>{
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.