Skip to content

Commit 8e01fbf

Browse files
authored
fix(feed): discussions are on nodejs/help (#124)
1 parent e7bade0 commit 8e01fbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/collect-discussions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const comments = await Promise.all(discussionsInScope.map(async ({ discussionId,
77
const { repository } = await graphql(
88
`
99
{
10-
repository(name: "node", owner: "nodejs") {
10+
repository(name: "help", owner: "nodejs") {
1111
discussion(number: ${discussionId}) {
1212
comments(last: 100) {
1313
edges {

0 commit comments

Comments
 (0)