Skip to content

Commit

Permalink
refactor(core): Remove unnecessary blank line in httpRequestWithAuthe…
Browse files Browse the repository at this point in the history
…ntication function
  • Loading branch information
petesrw committed Feb 10, 2025
1 parent e271b28 commit 1992431
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/src/node-execute-functions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -881,7 +881,6 @@ export async function httpRequestWithAuthentication(
workflow,
node,
);

return await httpRequest(requestOptions);
} catch (error) {
// if there is a pre authorization method defined and
Expand Down

0 comments on commit 1992431

Please sign in to comment.