@bragduck/cli 2.13.6 → 2.13.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bin/bragduck.js +1 -1
- package/dist/bin/bragduck.js.map +1 -1
- package/package.json +1 -1
package/dist/bin/bragduck.js
CHANGED
|
@@ -3503,7 +3503,7 @@ var JiraService = class {
|
|
|
3503
3503
|
);
|
|
3504
3504
|
break;
|
|
3505
3505
|
}
|
|
3506
|
-
const endpoint = `/rest/api/2/search?jql=${encodeURIComponent(jql)}&startAt=${startAt}&maxResults=${maxResults}&fields=${fields.join(",")}
|
|
3506
|
+
const endpoint = `/rest/api/2/search?jql=${encodeURIComponent(jql)}&startAt=${startAt}&maxResults=${maxResults}&fields=${fields.join(",")}`;
|
|
3507
3507
|
try {
|
|
3508
3508
|
const response = await this.request(endpoint);
|
|
3509
3509
|
if (response.issues.length === 0) {
|