Skip to content

Commit

Permalink
fixup! chore(types): adapt to new coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed May 5, 2024
1 parent e87ed66 commit b6dc0e1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vats/src/vat-bank.js
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,6 @@ const prepareAssetSubscription = zone => {
brandToAssetDescriptor,
assetSubscriber,
) => {
// @ts-expect-error XXX
return provideLazy(assetSubscriptionCache, brandToAssetDescriptor, () =>
makeAssetSubscription(brandToAssetDescriptor, assetSubscriber),
);
Expand Down Expand Up @@ -588,7 +587,6 @@ const prepareBankManager = (
* @param {Pick<import('./types.js').NameHubKit['nameAdmin'], 'update'>} [args.nameAdmin]
*/
({ bankChannel, denomToAddressUpdater, nameAdmin }) => {
// @ts-expect-error XXX
/** @type {MapStore<Brand, AssetRecord>} */
const brandToAssetRecord = detachedZone.mapStore('brandToAssetRecord');
/** @type {MapStore<Brand, AssetDescriptor>} */
Expand Down

0 comments on commit b6dc0e1

Please sign in to comment.