Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilogweb3 authored and Aniket-Engg committed Dec 20, 2024
1 parent eb6bc01 commit f85bddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/remix-ws-templates/src/templates/ozerc721/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default async (opts) => {
'.prettierrc.json': (await import('raw-loader!./.prettierrc')).default
}

// If no options is selected, opts.upgradeable will be undefined
// If no options are selected, opts.upgradeable will be undefined
// We do not show test file for upgradeable contract
// @ts-ignore
if (!opts || opts.upgradeable === undefined || !opts.upgradeable) {
Expand All @@ -31,4 +31,4 @@ export default async (opts) => {
else filesObj['tests/MyToken_test.sol'] = (await import('raw-loader!./tests/MyToken_test.sol')).default
}
return filesObj
}
}

0 comments on commit f85bddc

Please sign in to comment.