Skip to content

Commit

Permalink
chore: typescript magic
Browse files Browse the repository at this point in the history
attempt to address error

  Declaration emit for this file requires using private name
  'StartFunction' from module
  '"/Users/chris/agoric-sdk/packages/zoe/src/zoeService/utils"'. An
  explicit type annotation may unblock declaration emit
  • Loading branch information
Chris-Hibbert committed Apr 24, 2024
1 parent b863e16 commit 5dd44ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/inter-protocol/src/proposals/upgrade-vaults.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,11 @@ export const upgradeVaults = async (powers, { options }) => {

const bundleID = vaultsRef.bundleID;
console.log(`upgradeVaults: bundleId`, bundleID);
/**
* @type {Promise<
* Installation<import('../../src/vaultFactory/vaultFactory.js')['start']>
* >}
*/
let installationP;
await null;
if (vaultsRef) {
Expand Down

0 comments on commit 5dd44ff

Please sign in to comment.