We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cfa1ea commit 6c48c23Copy full SHA for 6c48c23
lib/request.js
@@ -83,7 +83,7 @@ export default class Request {
83
84
async commentIssue(fullUrl, comment) {
85
let commentUrl = fullUrl.replace('https://github.com/', 'https://api.github.com/repos/');
86
- commentUrl += '/comments';
+ '/comments';
87
const options = {
88
method: 'POST',
89
headers: {
0 commit comments