Skip to content

Commit bc98601

Browse files
committed
fix build error
1 parent c8411bc commit bc98601

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ apps/web/build
4343
apps/web/public
4444
apps/web/src/app/api/
4545
apps/web/.yalc
46+
apps/web/out/*
4647

4748
packages/api/node_modules
4849
packages/api/.next

apps/web/tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"isolatedModules": true,
1313
"jsx": "preserve",
1414
"incremental": true,
15+
"downlevelIteration": true,
1516
"plugins": [
1617
{
1718
"name": "next"

packages/api/services/assets/utils.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import { XcmV3Junction } from '@polkadot-api/descriptors';
22
import { XcmV3Junctions } from '@polkadot-api/descriptors';
33
import { Asset, XcmV4Location } from './types';
4-
import { CacheService } from '@/cache/CacheService';
5-
import { CACHE_KEYS } from '@/constants';
4+
import { CacheService } from '../cache/CacheService';
5+
import { CACHE_KEYS } from '../constants';
66
import { Binary } from 'polkadot-api';
77

88
export function getXcmV3Multilocation(assetId: bigint | number): XcmV4Location {

0 commit comments

Comments
 (0)