From 511505758acd93885c5fb4521766347ec0759e2e Mon Sep 17 00:00:00 2001 From: Antoine Arlaud Date: Tue, 17 Oct 2023 14:52:42 +0200 Subject: [PATCH] fix: trigger release --- lib/client/utils/credentials.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/client/utils/credentials.ts b/lib/client/utils/credentials.ts index a1c9e4929..aeb4f2502 100644 --- a/lib/client/utils/credentials.ts +++ b/lib/client/utils/credentials.ts @@ -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;