We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7e9a89 commit aa34359Copy full SHA for aa34359
1 file changed
scripts/client-feedback.js
@@ -17,7 +17,7 @@ const body = args[5];
17
{
18
hostname: "api.github.com",
19
port: 443,
20
- path: `/repos/hal-wang/lavcode-test/issues/${issueNumber}`,
+ path: `/repos/hal-wang/Lavcode/issues/${issueNumber}`,
21
method: "PATCH",
22
headers: {
23
Authorization: `Bearer ${token}`,
0 commit comments