From 506dc94c86ecd1fa51a7ef4690f1dbd954e590c9 Mon Sep 17 00:00:00 2001 From: marshacb Date: Wed, 30 Aug 2023 12:32:21 -0400 Subject: [PATCH] lint --- src/registry/Registry.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/registry/Registry.ts b/src/registry/Registry.ts index 94ca12c1..5375be92 100644 --- a/src/registry/Registry.ts +++ b/src/registry/Registry.ts @@ -87,7 +87,7 @@ export class Registry { ) { return this.cache[this.relayChain][currentChainId]['foreignAssetsInfo'][ assetKey - ] as ForeignAssetsData; + ]; } return undefined;