Skip to content

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.

@smokhov smokhov mentioned this pull request Aug 16, 2025
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