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

Update build_genesis.js #284

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Alexlesch98
Copy link

  1. Used const instead of require for importing modules wherever applicable.
  2. Simplified the logic for checking the number of input files.
  3. Simplified the error handling using catch instead of passing an error callback to then.
  4. Used for...of loops instead of for...in loops where appropriate.
  5. Applied consistent indentation and formatting for better readability.

1. Used const instead of require for importing modules wherever applicable.
2. Simplified the logic for checking the number of input files.
3. Simplified the error handling using catch instead of passing an error callback to then.
4. Used for...of loops instead of for...in loops where appropriate.
5. Applied consistent indentation and formatting for better readability.
Copy link

cla-bot bot commented Mar 12, 2024

We require contributors/corporates @Alexlesch98 to read our Contributor License Agreement, please check the Individual CLA document/Corporate CLA document

Copy link

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud

@krlosMata krlosMata marked this pull request as draft March 22, 2024 16:04
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.

1 participant