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

refactor: clean up code for readability #94

Merged
merged 2 commits into from
Feb 8, 2024
Merged

refactor: clean up code for readability #94

merged 2 commits into from
Feb 8, 2024

Conversation

0x4007
Copy link
Member

@0x4007 0x4007 commented Feb 8, 2024

  • Primarily to adhere to our organization coding styles, and to accomodate the updated deploy comment schema.
  • Also restores the chronological sorting of commits.

Resolves ubiquity/pay.ubq.fi#153

@0x4007 0x4007 changed the title refactor: clean up code for readability and to accomodate updated dep… refactor: clean up code for readability Feb 8, 2024
const { body: botBody, id: commentId } = botCommentsArray[0];
let commentBody = alignRight(`${GMTConverter(defaultBody)}\n`) + alignRight(`${GMTConverter(botBody)}`);
let commentBody = alignRight(`${(botBody)}\n`) + alignRight(`${(defaultBody)}`);
Copy link
Member Author

Choose a reason for hiding this comment

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

This was in the wrong order. Now it should display in chronological order.

@0x4007 0x4007 marked this pull request as ready for review February 8, 2024 09:56
@0x4007 0x4007 merged commit ee54772 into main Feb 8, 2024
@0x4007 0x4007 deleted the refactor/cleanup branch February 8, 2024 11:37
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.

Every Branch Clobbers Production Deploy
1 participant