Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvement when there is no explicit Body in the request #1196

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

aurelmegn
Copy link

I have improved the input request parsing when there is no explicit body in the initial request Xml.

@aurelmegn
Copy link
Author

Please, which tool do you use to format the code. My IDE change much more than needed.

@w666 w666 self-requested a review October 24, 2024 08:31
}

function getDateString(d) {
function pad(n) {
return n < 10 ? '0' + n : n;
return n < 10 ? "0" + n : n;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code style should not be changed, this makes it hard to review and does not provide any benefits. Please, revert styling changes and leave only actual changes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants