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.
2 parents 9b9921c + 732537f commit 1e7d02eCopy full SHA for 1e7d02e
1 file changed
src/Models/ProjectIssues.js
@@ -10,7 +10,6 @@ class ProjectIssues extends BaseModel {
10
}
11
12
all(projectId, options = {}) {
13
- console.log(parse)
14
const pId = parse(projectId);
15
16
return this.get(`projects/${pId}/issues`, options);
0 commit comments