feat: grant view permission #236
Annotations
10 errors and 12 warnings
ci (20.x):
src/vwbl/erc721/VWBL.ts#L408
Delete `·`
|
ci (20.x):
src/vwbl/erc721/VWBL.ts#L415
Insert `;`
|
ci (20.x):
src/vwbl/erc721/VWBL.ts#L528
Replace `·(await·this.nft.isOwnerOf(tokenId))·||·(await·this.nft.isMinterOf(tokenId))·||` with `⏎······(await·this.nft.isOwnerOf(tokenId))·||⏎······(await·this.nft.isMinterOf(tokenId))·||⏎·····`
|
|
|
ci (20.x):
src/vwbl/erc721/VWBLEthers.ts#L474
Replace `·(await·this.nft.isOwnerOf(tokenId))·||·(await·this.nft.isMinterOf(tokenId))·||` with `⏎······(await·this.nft.isOwnerOf(tokenId))·||⏎······(await·this.nft.isMinterOf(tokenId))·||⏎·····`
|
|
|
ci (20.x):
src/vwbl/erc721/VWBLMetaTx.ts#L483
Replace `·(await·this.nft.isOwnerOf(tokenId))·||·(await·this.nft.isMinterOf(tokenId))·||` with `⏎······(await·this.nft.isOwnerOf(tokenId))·||⏎······(await·this.nft.isMinterOf(tokenId))·||⏎·····`
|
ci (20.x)
Process completed with exit code 1.
|
ci (20.x)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
ci (20.x)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci (20.x):
src/storage/aws/upload.ts#L71
'isRunningOnBrowser' is assigned a value but never used
|
ci (20.x):
src/storage/ipfs/upload.ts#L19
Unexpected any. Specify a different type
|
ci (20.x):
src/storage/ipfs/upload.ts#L20
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
ci (20.x):
src/storage/ipfs/upload.ts#L33
Unexpected any. Specify a different type
|
ci (20.x):
src/storage/ipfs/upload.ts#L34
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
ci (20.x):
src/storage/ipfs/upload.ts#L63
Unexpected any. Specify a different type
|
ci (20.x):
src/storage/ipfs/upload.ts#L64
Unsafe argument of type `any` assigned to a parameter of type `string | undefined`
|
ci (20.x):
src/util/fileHelper.ts#L19
Unexpected any. Specify a different type
|
ci (20.x):
src/util/fileHelper.ts#L44
Unexpected any. Specify a different type
|
ci (20.x):
src/vwbl/api/VWBLApi.ts#L32
Unsafe return of an `any` typed value
|