Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
marshacb committed Aug 30, 2023
1 parent b89fda1 commit 506dc94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/registry/Registry.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class Registry {
) {
return this.cache[this.relayChain][currentChainId]['foreignAssetsInfo'][
assetKey
] as ForeignAssetsData;
];
}

return undefined;
Expand Down

0 comments on commit 506dc94

Please sign in to comment.