Skip to content

Commit f9dba8e

Browse files
committed
Lint code
1 parent 98c80c6 commit f9dba8e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/jira.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2088,6 +2088,7 @@ export default class JiraApi {
20882088
query: optional,
20892089
})));
20902090
}
2091+
20912092
/** Generic Get Request
20922093
* [Jira Doc](https://docs.atlassian.com/jira-software/REST/cloud/2/)
20932094
* @name genericGet
@@ -2096,7 +2097,7 @@ export default class JiraApi {
20962097
*/
20972098
genericGet(endpoint) {
20982099
return this.doRequest(this.makeRequestHeader(this.makeUri({
2099-
pathname: `/${endpoint}`
2100+
pathname: `/${endpoint}`,
21002101
})));
21012102
}
21022103
}

0 commit comments

Comments
 (0)