Skip to content

Commit

Permalink
Improved http response
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Feb 19, 2024
1 parent 6f2e982 commit fd51003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tooling/piral-cli/src/common/http.ts
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ export async function postForm(
return {
status: 500,
success: false,
response,
response: undefined,
};
} else {
log('unsuccessfulHttpPost_0066', statusText, status, response);
Expand Down

0 comments on commit fd51003

Please sign in to comment.