File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -344,7 +344,6 @@ const prepareAssetSubscription = zone => {
344
344
brandToAssetDescriptor ,
345
345
assetSubscriber ,
346
346
) => {
347
- // @ts -expect-error XXX
348
347
return provideLazy ( assetSubscriptionCache , brandToAssetDescriptor , ( ) =>
349
348
makeAssetSubscription ( brandToAssetDescriptor , assetSubscriber ) ,
350
349
) ;
@@ -588,7 +587,6 @@ const prepareBankManager = (
588
587
* @param {Pick<import('./types.js').NameHubKit['nameAdmin'], 'update'> } [args.nameAdmin]
589
588
*/
590
589
( { bankChannel, denomToAddressUpdater, nameAdmin } ) => {
591
- // @ts -expect-error XXX
592
590
/** @type {MapStore<Brand, AssetRecord> } */
593
591
const brandToAssetRecord = detachedZone . mapStore ( 'brandToAssetRecord' ) ;
594
592
/** @type {MapStore<Brand, AssetDescriptor> } */
You can’t perform that action at this time.
0 commit comments