Skip to content

Commit

Permalink
Removes unecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jeramysoucy committed Dec 27, 2023
1 parent 0b919f5 commit 84910b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/snyk.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = class Snyk {
try {
return await request({
method: 'get',
url: `${baseV1Url}/org/${organizationId}/project/${projectId}`, // project snapshot via v1 POST org/:orgId/project/:projectId/history
url: `${baseV1Url}/org/${organizationId}/project/${projectId}`,
headers: this._headers,
json: true
})
Expand Down

0 comments on commit 84910b9

Please sign in to comment.