git.delta.rocks / unique-network / refs/commits / 5ae113b4afc5

difftreelog

Fix eslint warning

Max Andreev2023-02-16parent: #e43feaa.patch.diff
in: master

1 file changed

modifiedtests/src/benchmarks/utils/common.tsdiffbeforeafterboth
2import {ITokenPropertyPermission, TCollectionMode} from '../../util/playgrounds/types';2import {ITokenPropertyPermission, TCollectionMode} from '../../util/playgrounds/types';
3import {UniqueNFTCollection, UniqueRFTCollection} from '../../util/playgrounds/unique';3import {UniqueNFTCollection, UniqueRFTCollection} from '../../util/playgrounds/unique';
4import {IKeyringPair} from '@polkadot/types/types';4import {IKeyringPair} from '@polkadot/types/types';
5import {ContractImports} from '../../eth/util/playgrounds/types';
65
7export const PROPERTIES = Array(40)6export const PROPERTIES = Array(40)
8 .fill(0)7 .fill(0)