Skip to content

Commit

Permalink
fixup! fix(lint): offer-up.proposal.js
Browse files Browse the repository at this point in the history
typedef BootstrapPowers temporarily
  • Loading branch information
mujahidkay committed Sep 12, 2024
1 parent 9d29575 commit f1f8501
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions contract/src/offer-up-proposal.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,11 @@ const publishBrandInfo = async (chainStorage, board, brand) => {
await E(node).setValue(JSON.stringify(aux));
};

// TODO get these from agoric-sdk
/** @typedef {Record<string, any>} BootstrapPowers */

/**
*
* Core eval script to start contract
*
* @param {BootstrapPowers} permittedPowers
Expand Down

0 comments on commit f1f8501

Please sign in to comment.