Skip to content

Commit

Permalink
fix: Only the first Wordlist has number of words displayed in a counter
Browse files Browse the repository at this point in the history
  • Loading branch information
AChep committed Jan 20, 2024
1 parent 0896a81 commit f4f06b0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ FROM
COUNT(wordlistId) AS wordCount
FROM
generatorWordlistWord
GROUP BY wordlistId
) AS w ON generatorWordlist.id = w.wordlistId
ORDER BY
generatorWordlist.createdAt DESC;
Expand Down

0 comments on commit f4f06b0

Please sign in to comment.