Skip to content

Commit

Permalink
fixup! WIP: more generic start
Browse files Browse the repository at this point in the history
  • Loading branch information
dckc committed Dec 17, 2024
1 parent 31d8909 commit 5d5d1eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fast-usdc/src/orch.start.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const publishDisplayInfo = async (brand, { board, chainStorage }) => {

/**
* @param {string} role
* @param {ERef<BootstrapPowers['consume']['namesByAddress']>} namesByAddress
* @param {BootstrapPowers['consume']['namesByAddress']} namesByAddress
* @param {Record<string, string>} nameToAddress
*/
const makeAdminRole = (role, namesByAddress, nameToAddress) => {
Expand Down

0 comments on commit 5d5d1eb

Please sign in to comment.