Skip to content

Commit

Permalink
chore(contract): yarn lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xpatrickdev committed Dec 29, 2023
1 parent a6496a0 commit 7e3d0ed
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
8 changes: 3 additions & 5 deletions contract/scripts/build-game1-start.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,9 @@ export const game1ProposalBuilder = async ({ publishRef, install }) => {
getManifestForGame1.name,
{
game1Ref: publishRef(
install(
'../src/gameAssetContract.js',
'../bundles/bundle-game1.js',
{ persist: true },
),
install('../src/gameAssetContract.js', '../bundles/bundle-game1.js', {
persist: true,
}),
),
},
],
Expand Down
2 changes: 1 addition & 1 deletion contract/test/mintStable.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const centralSupplyPath = myRequire.resolve(
* just for this purpose. Each time we want to mint a fee/stable token payment,
* we make an instance of of the `centralSupply` contract.
*
* @param {Object} powers
* @param {object} powers
* @param {ERef<FeeMintAccess>} powers.feeMintAccess for minting IST
* @param {ERef<ZoeService>} powers.zoe for starting the `centralSupply` contract
* @param {BundleCache} powers.bundleCache for bundling the `centralSupply` contract
Expand Down
1 change: 1 addition & 0 deletions contract/test/test-contract.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ test('Start the contract', async t => {
* @param {ZoeService} zoe
* @param {ERef<import('@agoric/zoe/src/zoeService/utils').Instance<GameContractFn>} instance
* @param {Purse} purse
* @param {string[]} choices
*/
const alice = async (
t,
Expand Down

0 comments on commit 7e3d0ed

Please sign in to comment.