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 98c80c6 commit f9dba8eCopy full SHA for f9dba8e
src/jira.js
@@ -2088,6 +2088,7 @@ export default class JiraApi {
2088
query: optional,
2089
})));
2090
}
2091
+
2092
/** Generic Get Request
2093
* [Jira Doc](https://docs.atlassian.com/jira-software/REST/cloud/2/)
2094
* @name genericGet
@@ -2096,7 +2097,7 @@ export default class JiraApi {
2096
2097
*/
2098
genericGet(endpoint) {
2099
return this.doRequest(this.makeRequestHeader(this.makeUri({
- pathname: `/${endpoint}`
2100
+ pathname: `/${endpoint}`,
2101
2102
2103
0 commit comments