Skip to content

Commit 25416de

Browse files
committed
chore: revert temp change to populate all previous CH threads
1 parent 57a33c3 commit 25416de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/scripts/fetchDiscord.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ async function fetchDiscord() {
211211
.then((data) =>
212212
data.docs.map((thread) => ({
213213
id: thread.discordID,
214-
messageCount: 0,
214+
messageCount: thread.communityHelpJSON.messageCount || 0,
215215
})),
216216
)
217217

0 commit comments

Comments
 (0)