Skip to content

Commit 6c48c23

Browse files
RafaelGSSaduh95
andauthored
Apply suggestion from @aduh95
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 9cfa1ea commit 6c48c23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/request.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default class Request {
8383

8484
async commentIssue(fullUrl, comment) {
8585
let commentUrl = fullUrl.replace('https://github.com/', 'https://api.github.com/repos/');
86-
commentUrl += '/comments';
86+
'/comments';
8787
const options = {
8888
method: 'POST',
8989
headers: {

0 commit comments

Comments
 (0)