Update index.ts

pull/5517/head
Bilog WEB3 2 months ago committed by Aniket
parent eb6bc01a09
commit f85bddc3ea
  1. 4
      libs/remix-ws-templates/src/templates/ozerc721/index.ts

@ -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) {
@ -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
}
}

Loading…
Cancel
Save