5
0
Fork 0
mirror of https://github.com/hashicorp/vault-action.git synced 2025-11-09 16:16:55 +00:00

Revert changes to dist/index.js

This commit is contained in:
Nicholas Farley 2023-10-30 09:27:43 -04:00
parent 7b8899915e
commit 1df6c953c5

1
dist/index.js vendored
View file

@ -3702,7 +3702,6 @@ function asPromise(normalizedOptions) {
request._beforeError(new types_1.HTTPError(response));
return;
}
request.destroy();
resolve(request.options.resolveBodyOnly ? response.body : response);
});
const onError = (error) => {