Skip to content

Commit 57a33c3

Browse files
committed
fix: temp fix to repopulate old CH threads
1 parent 18a1d64 commit 57a33c3

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: thread.communityHelpJSON.messageCount || 0,
214+
messageCount: 0,
215215
})),
216216
)
217217

0 commit comments

Comments
 (0)