create-web3-dapp
create-web3-dapp copied to clipboard
deleted duplicate code blocks
When running npx create-web3-dapp, it asked the same question twice and also installed the same package twice.
The fix was made by removing the duplicate blocks of code in index.ts.
Didn't the code from https://github.com/Eversmile12/create-web3-dapp/blob/1af1ff89f33fe788fd92ab5cfa70bc273cdc214e/index.ts#L55
to https://github.com/Eversmile12/create-web3-dapp/blob/1af1ff89f33fe788fd92ab5cfa70bc273cdc214e/index.ts#L224
and code from https://github.com/Eversmile12/create-web3-dapp/blob/1af1ff89f33fe788fd92ab5cfa70bc273cdc214e/index.ts#L226
to https://github.com/Eversmile12/create-web3-dapp/blob/1af1ff89f33fe788fd92ab5cfa70bc273cdc214e/index.ts#L387
doing the exact same thing?
My pull request only removed one of the duplicated code block. Am I missing something here? 🤔
Close this pull request because the code owner has resolved the duplicate block himself.