Skip to content

Commit

Permalink
Merge pull request #647 from snyk/fix/trigger-release-after-artif-val…
Browse files Browse the repository at this point in the history
…id-fix

fix: trigger release
  • Loading branch information
aarlaud authored Oct 18, 2023
2 parents 81d863d + 5115057 commit 83d53e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/client/utils/credentials.ts
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ export const checkCredentials = async (
? JSON.parse(response.body)
: response.body;

// const responseToReturn = response
response.body = parsedBodyResponse;
if (process.env.JEST_WORKER_ID) {
data['testResponse'] = response;
Expand Down

0 comments on commit 83d53e8

Please sign in to comment.