Skip to content

Commit fd4c35d

Browse files
authored
Remove unnecessary comment
Remove unnecessary comment
1 parent 2575379 commit fd4c35d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ocwm-issue-collector.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
}
7676
}
7777
}
78-
}`; // Missing closing curly brace for the `try` block
78+
}`;
7979
const response = await mygithub.graphql(query, {});
8080
console.log("Response:" + JSON.stringify(response));
8181
@@ -132,4 +132,4 @@ jobs:
132132
console.log("There is no OCWM available");
133133
}
134134
135-
}
135+
}

0 commit comments

Comments
 (0)