Skip to content

Commit 715aae9

Browse files
authored
Stop making threads in #help-js (#502)
1 parent d632f03 commit 715aae9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ addHandler(
227227
],
228228
jobScanner,
229229
);
230-
const threadChannels = [CHANNELS.helpJs, CHANNELS.helpThreadsReact];
230+
const threadChannels: string[] = [];
231231
addHandler(threadChannels, autothread);
232232

233233
addHandler(CHANNELS.resumeReview, resumeReviewPdf);

0 commit comments

Comments
 (0)